Lines Matching refs:bucket_block

327 #define bucket_block(_b, _n) ((_b)->bu_bhs[(_n)]->b_data)  macro
328 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0))
472 memcpy(bucket_block(dest, i), bucket_block(src, i), in ocfs2_xattr_bucket_copy_data()
1239 xs->base = bucket_block(xs->bucket, block_off); in ocfs2_xattr_block_get()
1713 return bucket_block(bucket, block) + block_offset; in ocfs2_xa_bucket_offset_pointer()
3080 base = bucket_block(xbs->bucket, block_off); in ocfs2_calc_xattr_set_need()
3772 xe_name = bucket_block(bucket, block_off) + new_offset; in ocfs2_find_xe_in_bucket()
3890 xs->base = bucket_block(xs->bucket, 0); in ocfs2_xattr_bucket_find()
4052 name = (const char *)bucket_block(bucket, block_off) + in ocfs2_list_xattr_bucket()
4184 char *target = bucket_block(bucket, blks - 1); in ocfs2_cp_xattr_block_to_bucket()
4191 memset(bucket_block(bucket, i), 0, blocksize); in ocfs2_cp_xattr_block_to_bucket()
4213 target = bucket_block(bucket, 0); in ocfs2_cp_xattr_block_to_bucket()
4248 xs->base = bucket_block(xs->bucket, 0); in ocfs2_xattr_update_xattr_search()
4398 memcpy(buf, bucket_block(bucket, i), blocksize); in ocfs2_defrag_xattr_bucket()
4468 memcpy(bucket_block(bucket, i), buf, blocksize); in ocfs2_defrag_xattr_bucket()
4686 memset(bucket_block(t_bucket, i), 0, blocksize); in ocfs2_divide_xattr_bucket()
5792 base = bucket_block(xbs->bucket, block_off); in ocfs2_prepare_refcount_xattr()
6007 base = bucket_block(bucket, block_off); in ocfs2_get_xattr_tree_value_root()
6855 memcpy(bucket_block(args->new_bucket, j), in ocfs2_reflink_xattr_bucket()
6856 bucket_block(args->old_bucket, j), in ocfs2_reflink_xattr_bucket()