Searched refs:xh_num_buckets (Results 1 – 2 of 2) sorted by relevance
3838 high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1; in ocfs2_xattr_bucket_find()3994 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets()4216 xh->xh_num_buckets = cpu_to_le16(1); in ocfs2_cp_xattr_block_to_bucket()4518 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster()4756 xh->xh_num_buckets = cpu_to_le16(1); in ocfs2_divide_xattr_bucket()4758 xh->xh_num_buckets = 0; 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()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()[all …]
1012 __le16 xh_num_buckets; /* Number of xattr buckets member