Symbol: bucket_xh
fs/ocfs2/xattr.c
1280
bucket_xh(xs->bucket),
fs/ocfs2/xattr.c
1776
return le16_to_cpu(bucket_xh(bucket)->xh_free_start);
fs/ocfs2/xattr.c
2345
loc->xl_header = bucket_xh(bucket);
fs/ocfs2/xattr.c
3127
bucket_xh(xbs->bucket),
fs/ocfs2/xattr.c
3790
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
3876
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3889
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3938
xs->header = bucket_xh(xs->bucket);
fs/ocfs2/xattr.c
4033
num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets);
fs/ocfs2/xattr.c
4036
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
4087
for (i = 0 ; i < le16_to_cpu(bucket_xh(bucket)->xh_count); i++) {
fs/ocfs2/xattr.c
4088
struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i];
fs/ocfs2/xattr.c
4092
bucket_xh(bucket),
fs/ocfs2/xattr.c
4219
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
4285
xs->header = bucket_xh(xs->bucket);
fs/ocfs2/xattr.c
445
&bucket_xh(bucket)->xh_check);
fs/ocfs2/xattr.c
4548
BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets);
fs/ocfs2/xattr.c
4711
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4726
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4738
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4804
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4983
le16_add_cpu(&bucket_xh(old_first)->xh_num_buckets, -num_buckets);
fs/ocfs2/xattr.c
4986
bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets);
fs/ocfs2/xattr.c
4990
*first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash);
fs/ocfs2/xattr.c
5227
u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets);
fs/ocfs2/xattr.c
5273
le16_add_cpu(&bucket_xh(first)->xh_num_buckets, 1);
fs/ocfs2/xattr.c
5303
le32_to_cpu(bucket_xh(target)->xh_entries[0].xe_name_hash);
fs/ocfs2/xattr.c
5336
if (num_buckets == le16_to_cpu(bucket_xh(first)->xh_num_buckets)) {
fs/ocfs2/xattr.c
5387
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5546
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5682
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5823
bucket_xh(xbs->bucket),
fs/ocfs2/xattr.c
6031
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
6036
bucket_xh(bucket),
fs/ocfs2/xattr.c
6898
*cpos = le32_to_cpu(bucket_xh(args->new_bucket)->
fs/ocfs2/xattr.c
6900
bucket_xh(args->new_bucket)->xh_num_buckets =
fs/ocfs2/xattr.c
6908
bucket_xh(args->old_bucket),
fs/ocfs2/xattr.c
6910
bucket_xh(args->new_bucket),
fs/ocfs2/xattr.c
6963
num_buckets = le16_to_cpu(bucket_xh(args->old_bucket)->xh_num_buckets);