Searched refs:bucket_block (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 319 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data) macro 320 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0)) 464 memcpy(bucket_block(dest, i), bucket_block(src, i), in ocfs2_xattr_bucket_copy_data() 1255 xs->base = bucket_block(xs->bucket, block_off); in ocfs2_xattr_block_get() 1730 return bucket_block(bucket, block) + block_offset; in ocfs2_xa_bucket_offset_pointer() 3097 base = bucket_block(xbs->bucket, block_off); in ocfs2_calc_xattr_set_need() 3791 xe_name = bucket_block(bucket, block_off) + new_offset; in ocfs2_find_xe_in_bucket() 3906 xs->base = bucket_block(xs->bucket, 0); in ocfs2_xattr_bucket_find() 4066 name = (const char *)bucket_block(bucke in ocfs2_list_xattr_bucket() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 313 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data) macro 314 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0)) 458 memcpy(bucket_block(dest, i), bucket_block(src, i), in ocfs2_xattr_bucket_copy_data() 1249 xs->base = bucket_block(xs->bucket, block_off); in ocfs2_xattr_block_get() 1724 return bucket_block(bucket, block) + block_offset; in ocfs2_xa_bucket_offset_pointer() 3091 base = bucket_block(xbs->bucket, block_off); in ocfs2_calc_xattr_set_need() 3785 xe_name = bucket_block(bucket, block_off) + new_offset; in ocfs2_find_xe_in_bucket() 3900 xs->base = bucket_block(xs->bucket, 0); in ocfs2_xattr_bucket_find() 4060 name = (const char *)bucket_block(bucke in ocfs2_list_xattr_bucket() [all...] |
Completed in 14 milliseconds