Lines Matching refs:bucket_xh

328 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0))  macro
417 &bucket_xh(bucket)->xh_check); in ocfs2_read_xattr_bucket()
455 &bucket_xh(bucket)->xh_check); in ocfs2_xattr_bucket_journal_dirty()
1237 bucket_xh(xs->bucket), in ocfs2_xattr_block_get()
1732 return le16_to_cpu(bucket_xh(bucket)->xh_free_start); in ocfs2_xa_bucket_get_free_start()
2301 loc->xl_header = bucket_xh(bucket); in ocfs2_init_xattr_bucket_xa_loc()
3083 bucket_xh(xbs->bucket), in ocfs2_calc_xattr_set_need()
3746 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_find_xe_in_bucket()
3833 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3846 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3897 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_bucket_find()
3992 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets()
3995 le32_to_cpu(bucket_xh(bucket)->xh_entries[0].xe_name_hash)); in ocfs2_iterate_xattr_buckets()
4046 for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) { in ocfs2_list_xattr_bucket()
4047 struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i]; in ocfs2_list_xattr_bucket()
4053 bucket_xh(bucket), in ocfs2_list_xattr_bucket()
4189 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_cp_xattr_block_to_bucket()
4255 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_update_xattr_search()
4518 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster()
4681 xh = bucket_xh(s_bucket); in ocfs2_divide_xattr_bucket()
4696 xh = bucket_xh(t_bucket); in ocfs2_divide_xattr_bucket()
4708 xh = bucket_xh(t_bucket); in ocfs2_divide_xattr_bucket()
4774 xh = bucket_xh(s_bucket); in ocfs2_divide_xattr_bucket()
4953 le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets); in ocfs2_mv_xattr_buckets()
4956 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); in ocfs2_mv_xattr_buckets()
4960 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); in ocfs2_mv_xattr_buckets()
5197 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets); in ocfs2_extend_xattr_bucket()
5243 le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1); in ocfs2_extend_xattr_bucket()
5273 le32_to_cpu(bucket_xh(target)->xh_entries[0].xe_name_hash); in ocfs2_add_new_xattr_bucket()
5306 if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) { in ocfs2_add_new_xattr_bucket()
5357 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_xattr_bucket_value_truncate()
5516 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_check_xattr_bucket_collision()
5652 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_delete_xattr_in_bucket()
5793 bucket_xh(xbs->bucket), in ocfs2_prepare_refcount_xattr()
6001 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_get_xattr_tree_value_root()
6006 bucket_xh(bucket), in ocfs2_get_xattr_tree_value_root()
6873 *cpos = le32_to_cpu(bucket_xh(args->new_bucket)-> in ocfs2_reflink_xattr_bucket()
6875 bucket_xh(args->new_bucket)->xh_num_buckets = in ocfs2_reflink_xattr_bucket()
6883 bucket_xh(args->old_bucket), in ocfs2_reflink_xattr_bucket()
6885 bucket_xh(args->new_bucket), in ocfs2_reflink_xattr_bucket()
6938 num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets); in ocfs2_reflink_xattr_buckets()