Lines Matching refs:xh_num_buckets
3800 * The ocfs2_xattr_header.xh_num_buckets of the first bucket contains
3838 high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1;
3994 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets);
4216 xh->xh_num_buckets = cpu_to_le16(1);
4518 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets);
4754 /* set xh->xh_num_buckets for the new xh. */
4756 xh->xh_num_buckets = cpu_to_le16(1);
4758 xh->xh_num_buckets = 0;
4866 * we start copying. The new extent's xh_num_buckets gets set to the
4867 * number of buckets we copied. The old extent's xh_num_buckets shrinks
4953 le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets);
4956 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets);
5181 * bucket_xh(first)->xh_num_buckets. 'target_blkno' is the block number
5197 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets);
5243 le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1);
5306 if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) {
6875 bucket_xh(args->new_bucket)->xh_num_buckets =
6938 num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets);