Lines Matching refs:bucket_xh

318 #define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0))  macro
407 &bucket_xh(bucket)->xh_check); in ocfs2_read_xattr_bucket()
445 &bucket_xh(bucket)->xh_check); in ocfs2_xattr_bucket_journal_dirty()
1245 bucket_xh(xs->bucket), in ocfs2_xattr_block_get()
1741 return le16_to_cpu(bucket_xh(bucket)->xh_free_start); in ocfs2_xa_bucket_get_free_start()
2310 loc->xl_header = bucket_xh(bucket); in ocfs2_init_xattr_bucket_xa_loc()
3092 bucket_xh(xbs->bucket), in ocfs2_calc_xattr_set_need()
3755 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_find_xe_in_bucket()
3841 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3854 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3903 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_bucket_find()
3998 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets()
4001 le32_to_cpu(bucket_xh(bucket)->xh_entries[0].xe_name_hash)); in ocfs2_iterate_xattr_buckets()
4052 for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) { in ocfs2_list_xattr_bucket()
4053 struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i]; in ocfs2_list_xattr_bucket()
4057 bucket_xh(bucket), in ocfs2_list_xattr_bucket()
4193 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_cp_xattr_block_to_bucket()
4259 xs->header = bucket_xh(xs->bucket); in ocfs2_xattr_update_xattr_search()
4522 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster()
4685 xh = bucket_xh(s_bucket); in ocfs2_divide_xattr_bucket()
4700 xh = bucket_xh(t_bucket); in ocfs2_divide_xattr_bucket()
4712 xh = bucket_xh(t_bucket); in ocfs2_divide_xattr_bucket()
4778 xh = bucket_xh(s_bucket); in ocfs2_divide_xattr_bucket()
4957 le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets); in ocfs2_mv_xattr_buckets()
4960 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); in ocfs2_mv_xattr_buckets()
4964 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); in ocfs2_mv_xattr_buckets()
5201 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets); in ocfs2_extend_xattr_bucket()
5247 le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1); in ocfs2_extend_xattr_bucket()
5277 le32_to_cpu(bucket_xh(target)->xh_entries[0].xe_name_hash); in ocfs2_add_new_xattr_bucket()
5310 if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) { in ocfs2_add_new_xattr_bucket()
5361 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_xattr_bucket_value_truncate()
5520 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_check_xattr_bucket_collision()
5656 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_delete_xattr_in_bucket()
5797 bucket_xh(xbs->bucket), in ocfs2_prepare_refcount_xattr()
6005 struct ocfs2_xattr_header *xh = bucket_xh(bucket); in ocfs2_get_xattr_tree_value_root()
6010 bucket_xh(bucket), in ocfs2_get_xattr_tree_value_root()
6877 *cpos = le32_to_cpu(bucket_xh(args->new_bucket)-> in ocfs2_reflink_xattr_bucket()
6879 bucket_xh(args->new_bucket)->xh_num_buckets = in ocfs2_reflink_xattr_bucket()
6887 bucket_xh(args->old_bucket), in ocfs2_reflink_xattr_bucket()
6889 bucket_xh(args->new_bucket), in ocfs2_reflink_xattr_bucket()
6942 num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets); in ocfs2_reflink_xattr_buckets()