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