Lines Matching refs:bucket_xh
320 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0)) macro
409 &bucket_xh(bucket)->xh_check); in ocfs2_read_xattr_bucket()
447 &bucket_xh(bucket)->xh_check); in ocfs2_xattr_bucket_journal_dirty()
1247 bucket_xh(xs->bucket), in ocfs2_xattr_block_get()
1743 return le16_to_cpu(bucket_xh(bucket)->xh_free_start); in ocfs2_xa_bucket_get_free_start()
2312 loc->xl_header = bucket_xh(bucket); in ocfs2_init_xattr_bucket_xa_loc()
3094 bucket_xh(xbs->bucket), in ocfs2_calc_xattr_set_need()
3757 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_find_xe_in_bucket()
3843 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3856 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3905 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_bucket_find()
4000 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets()
4003 le32_to_cpu(bucket_xh(bucket)->xh_entries[0].xe_name_hash)); in ocfs2_iterate_xattr_buckets()
4054 for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) { in ocfs2_list_xattr_bucket()
4055 struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i]; in ocfs2_list_xattr_bucket()
4059 bucket_xh(bucket), in ocfs2_list_xattr_bucket()
4195 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_cp_xattr_block_to_bucket()
4261 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_update_xattr_search()
4524 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster()
4687 xh = bucket_xh(s_bucket); in ocfs2_divide_xattr_bucket()
4702 xh = bucket_xh(t_bucket); in ocfs2_divide_xattr_bucket()
4714 xh = bucket_xh(t_bucket); in ocfs2_divide_xattr_bucket()
4780 xh = bucket_xh(s_bucket); in ocfs2_divide_xattr_bucket()
4959 le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets); in ocfs2_mv_xattr_buckets()
4962 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); in ocfs2_mv_xattr_buckets()
4966 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); in ocfs2_mv_xattr_buckets()
5203 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets); in ocfs2_extend_xattr_bucket()
5249 le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1); in ocfs2_extend_xattr_bucket()
5279 le32_to_cpu(bucket_xh(target)->xh_entries[0].xe_name_hash); in ocfs2_add_new_xattr_bucket()
5312 if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) { in ocfs2_add_new_xattr_bucket()
5363 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_xattr_bucket_value_truncate()
5522 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_check_xattr_bucket_collision()
5658 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_delete_xattr_in_bucket()
5799 bucket_xh(xbs->bucket), in ocfs2_prepare_refcount_xattr()
6007 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_get_xattr_tree_value_root()
6012 bucket_xh(bucket), in ocfs2_get_xattr_tree_value_root()
6879 *cpos = le32_to_cpu(bucket_xh(args->new_bucket)-> in ocfs2_reflink_xattr_bucket()
6881 bucket_xh(args->new_bucket)->xh_num_buckets = in ocfs2_reflink_xattr_bucket()
6889 bucket_xh(args->old_bucket), in ocfs2_reflink_xattr_bucket()
6891 bucket_xh(args->new_bucket), in ocfs2_reflink_xattr_bucket()
6944 num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets); in ocfs2_reflink_xattr_buckets()