fs/ocfs2/ocfs2_fs.h
1029
struct ocfs2_xattr_entry xh_entries[] __counted_by_le(xh_count);
fs/ocfs2/ocfs2_fs.h
1099
static inline void ocfs2_xattr_set_local(struct ocfs2_xattr_entry *xe,
fs/ocfs2/ocfs2_fs.h
1108
static inline int ocfs2_xattr_is_local(struct ocfs2_xattr_entry *xe)
fs/ocfs2/ocfs2_fs.h
1113
static inline void ocfs2_xattr_set_type(struct ocfs2_xattr_entry *xe, int type)
fs/ocfs2/ocfs2_fs.h
1118
static inline int ocfs2_xattr_get_type(struct ocfs2_xattr_entry *xe)
fs/ocfs2/xattr.c
1002
sizeof(struct ocfs2_xattr_entry);
fs/ocfs2/xattr.c
1099
struct ocfs2_xattr_entry *entry;
fs/ocfs2/xattr.c
128
struct ocfs2_xattr_entry *here;
fs/ocfs2/xattr.c
1465
(num_entries * sizeof(struct ocfs2_xattr_entry)) -
fs/ocfs2/xattr.c
1663
struct ocfs2_xattr_entry *entry = loc->xl_entry;
fs/ocfs2/xattr.c
1696
memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
fs/ocfs2/xattr.c
1814
needed_space -= sizeof(struct ocfs2_xattr_entry);
fs/ocfs2/xattr.c
1849
struct ocfs2_xattr_entry *tmp_xe;
fs/ocfs2/xattr.c
1872
((count - low) * sizeof(struct ocfs2_xattr_entry)));
fs/ocfs2/xattr.c
1876
memset(loc->xl_entry, 0, sizeof(struct ocfs2_xattr_entry));
fs/ocfs2/xattr.c
1969
struct ocfs2_xattr_entry *entry = loc->xl_entry;
fs/ocfs2/xattr.c
1983
sizeof(struct ocfs2_xattr_entry);
fs/ocfs2/xattr.c
1985
(count - index) * sizeof(struct ocfs2_xattr_entry));
fs/ocfs2/xattr.c
1987
sizeof(struct ocfs2_xattr_entry));
fs/ocfs2/xattr.c
201
struct ocfs2_xattr_entry *xl_entry;
fs/ocfs2/xattr.c
2303
struct ocfs2_xattr_entry *entry)
fs/ocfs2/xattr.c
231
static int namevalue_size_xe(struct ocfs2_xattr_entry *xe)
fs/ocfs2/xattr.c
2322
struct ocfs2_xattr_entry *entry)
fs/ocfs2/xattr.c
2340
struct ocfs2_xattr_entry *entry)
fs/ocfs2/xattr.c
2409
struct ocfs2_xattr_entry *entry = &header->xh_entries[i];
fs/ocfs2/xattr.c
3040
struct ocfs2_xattr_entry *last;
fs/ocfs2/xattr.c
3062
if (free >= (sizeof(struct ocfs2_xattr_entry) + namevalue_size_xi(xi)))
fs/ocfs2/xattr.c
3081
struct ocfs2_xattr_entry *xe = NULL;
fs/ocfs2/xattr.c
3792
struct ocfs2_xattr_entry *xe = NULL;
fs/ocfs2/xattr.c
3856
struct ocfs2_xattr_entry *xe = NULL;
fs/ocfs2/xattr.c
4088
struct ocfs2_xattr_entry *entry = &bucket_xh(bucket)->xh_entries[i];
fs/ocfs2/xattr.c
4189
const struct ocfs2_xattr_entry *l = a, *r = b;
fs/ocfs2/xattr.c
4215
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
4253
size = count * sizeof(struct ocfs2_xattr_entry);
fs/ocfs2/xattr.c
4264
sort(target + offset, count, sizeof(struct ocfs2_xattr_entry),
fs/ocfs2/xattr.c
4392
const struct ocfs2_xattr_entry *l = a, *r = b;
fs/ocfs2/xattr.c
4420
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
4459
sizeof(struct ocfs2_xattr_entry),
fs/ocfs2/xattr.c
4501
sizeof(struct ocfs2_xattr_entry),
fs/ocfs2/xattr.c
4609
struct ocfs2_xattr_entry *entries = xh->xh_entries;
fs/ocfs2/xattr.c
4660
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
4762
len = sizeof(struct ocfs2_xattr_entry) * (count - start);
fs/ocfs2/xattr.c
4768
len = sizeof(struct ocfs2_xattr_entry) * start;
fs/ocfs2/xattr.c
4806
sizeof(struct ocfs2_xattr_entry) * (count - start));
fs/ocfs2/xattr.c
5386
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
561
sizeof(struct ocfs2_xattr_entry);
fs/ocfs2/xattr.c
567
sizeof(struct ocfs2_xattr_entry);
fs/ocfs2/xattr.c
5684
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
570
static int ocfs2_xe_entry_usage(struct ocfs2_xattr_entry *xe)
fs/ocfs2/xattr.c
573
sizeof(struct ocfs2_xattr_entry);
fs/ocfs2/xattr.c
5794
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
5969
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
6032
struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
fs/ocfs2/xattr.c
6070
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
6204
typedef int (should_xattr_reflinked)(struct ocfs2_xattr_entry *xe);
fs/ocfs2/xattr.c
6248
struct ocfs2_xattr_entry *xe;
fs/ocfs2/xattr.c
6290
struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
fs/ocfs2/xattr.c
6376
struct ocfs2_xattr_entry *xe, *last;
fs/ocfs2/xattr.c
6397
sizeof(struct ocfs2_xattr_entry));
fs/ocfs2/xattr.c
6400
memset(xe, 0, sizeof(struct ocfs2_xattr_entry));
fs/ocfs2/xattr.c
7140
static int ocfs2_reflink_xattr_no_security(struct ocfs2_xattr_entry *xe)
fs/ocfs2/xattr.c
937
struct ocfs2_xattr_entry *entry = &header->xh_entries[i];