Symbol: bucket_xh
fs/ocfs2/xattr.c
1291
bucket_xh(xs->bucket),
fs/ocfs2/xattr.c
1787
return le16_to_cpu(bucket_xh(bucket)->xh_free_start);
fs/ocfs2/xattr.c
2356
loc->xl_header = bucket_xh(bucket);
fs/ocfs2/xattr.c
3140
bucket_xh(xbs->bucket),
fs/ocfs2/xattr.c
3803
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
3889
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3902
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3951
xs->header = bucket_xh(xs->bucket);
fs/ocfs2/xattr.c
4046
num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets);
fs/ocfs2/xattr.c
4049
le32_to_cpu(bucket_xh(bucket)->xh_entries[0].xe_name_hash));
fs/ocfs2/xattr.c
407
&bucket_xh(bucket)->xh_check);
fs/ocfs2/xattr.c
4100
for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) {
fs/ocfs2/xattr.c
4101
struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i];
fs/ocfs2/xattr.c
4105
bucket_xh(bucket),
fs/ocfs2/xattr.c
4232
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
4298
xs->header = bucket_xh(xs->bucket);
fs/ocfs2/xattr.c
445
&bucket_xh(bucket)->xh_check);
fs/ocfs2/xattr.c
4561
BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets);
fs/ocfs2/xattr.c
4724
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4739
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4751
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4817
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4996
le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets);
fs/ocfs2/xattr.c
4999
bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets);
fs/ocfs2/xattr.c
5003
*first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash);
fs/ocfs2/xattr.c
5240
u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets);
fs/ocfs2/xattr.c
5286
le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1);
fs/ocfs2/xattr.c
5316
le32_to_cpu(bucket_xh(target)->xh_entries[0].xe_name_hash);
fs/ocfs2/xattr.c
5349
if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) {
fs/ocfs2/xattr.c
5400
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5559
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5695
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5836
bucket_xh(xbs->bucket),
fs/ocfs2/xattr.c
6047
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
6052
bucket_xh(bucket),
fs/ocfs2/xattr.c
6921
*cpos = le32_to_cpu(bucket_xh(args->new_bucket)->
fs/ocfs2/xattr.c
6923
bucket_xh(args->new_bucket)->xh_num_buckets =
fs/ocfs2/xattr.c
6931
bucket_xh(args->old_bucket),
fs/ocfs2/xattr.c
6933
bucket_xh(args->new_bucket),
fs/ocfs2/xattr.c
6986
num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets);