Searched refs:bucket_block (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | xattr.c | 317 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data) macro 318 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0)) 462 memcpy(bucket_block(dest, i), bucket_block(src, i), in ocfs2_xattr_bucket_copy_data() 1253 xs->base = bucket_block(xs->bucket, block_off); in ocfs2_xattr_block_get() 1728 return bucket_block(bucket, block) + block_offset; in ocfs2_xa_bucket_offset_pointer() 3095 base = bucket_block(xbs->bucket, block_off); in ocfs2_calc_xattr_set_need() 3789 xe_name = bucket_block(bucket, block_off) + new_offset; in ocfs2_find_xe_in_bucket() 3904 xs->base = bucket_block(xs->bucket, 0); in ocfs2_xattr_bucket_find() 4064 name = (const char *)bucket_block(bucket, block_off) + in ocfs2_list_xattr_bucket() 4196 char *target = bucket_block(bucket, blks - 1); in ocfs2_cp_xattr_block_to_bucket() [all …]
|