Lines Matching refs:b_data
19 #define AFFS_HEAD(bh) ((struct affs_head *)(bh)->b_data)
20 #define AFFS_TAIL(sb, bh) ((struct affs_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_t…
21 #define AFFS_ROOT_HEAD(bh) ((struct affs_root_head *)(bh)->b_data)
22 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(str…
23 #define AFFS_DATA_HEAD(bh) ((struct affs_data_head *)(bh)->b_data)
24 #define AFFS_DATA(bh) (((struct affs_data_head *)(bh)->b_data)->data)
257 memset(bh->b_data, 0 , sb->s_blocksize); in affs_getzeroblk()
288 u32 tmp = be32_to_cpu(((__be32 *)bh->b_data)[5]); in affs_adjust_checksum()
289 ((__be32 *)bh->b_data)[5] = cpu_to_be32(tmp - val); in affs_adjust_checksum()
294 u32 tmp = be32_to_cpu(((__be32 *)bh->b_data)[0]); in affs_adjust_bitmapchecksum()
295 ((__be32 *)bh->b_data)[0] = cpu_to_be32(tmp - val); in affs_adjust_bitmapchecksum()