xh_num_buckets   1014 fs/ocfs2/ocfs2_fs.h 	__le16	xh_num_buckets;                 /* Number of xattr buckets
xh_num_buckets   3844 fs/ocfs2/xattr.c 	high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1;
xh_num_buckets   4000 fs/ocfs2/xattr.c 			num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets);
xh_num_buckets   4222 fs/ocfs2/xattr.c 	xh->xh_num_buckets = cpu_to_le16(1);
xh_num_buckets   4524 fs/ocfs2/xattr.c 	BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets);
xh_num_buckets   4762 fs/ocfs2/xattr.c 		xh->xh_num_buckets = cpu_to_le16(1);
xh_num_buckets   4764 fs/ocfs2/xattr.c 		xh->xh_num_buckets = 0;
xh_num_buckets   4959 fs/ocfs2/xattr.c 	le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets);
xh_num_buckets   4962 fs/ocfs2/xattr.c 	bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets);
xh_num_buckets   5203 fs/ocfs2/xattr.c 	u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets);
xh_num_buckets   5249 fs/ocfs2/xattr.c 	le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1);
xh_num_buckets   5312 fs/ocfs2/xattr.c 	if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) {
xh_num_buckets   6881 fs/ocfs2/xattr.c 			bucket_xh(args->new_bucket)->xh_num_buckets =
xh_num_buckets   6944 fs/ocfs2/xattr.c 	num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets);