Lines Matching refs:xh_num_buckets
3806 * The ocfs2_xattr_header.xh_num_buckets of the first bucket contains
3844 high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1;
4000 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets);
4222 xh->xh_num_buckets = cpu_to_le16(1);
4524 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets);
4760 /* set xh->xh_num_buckets for the new xh. */
4762 xh->xh_num_buckets = cpu_to_le16(1);
4764 xh->xh_num_buckets = 0;
4872 * we start copying. The new extent's xh_num_buckets gets set to the
4873 * number of buckets we copied. The old extent's xh_num_buckets shrinks
4959 le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets);
4962 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets);
5187 * bucket_xh(first)->xh_num_buckets. 'target_blkno' is the block number
5203 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets);
5249 le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1);
5312 if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) {
6881 bucket_xh(args->new_bucket)->xh_num_buckets =
6944 num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets);