Symbol: ocfs2_xattr_header
fs/ocfs2/ocfs2_fs.h
1089
struct ocfs2_xattr_header xb_header; /* xattr header if this
fs/ocfs2/xattr.c
1011
struct ocfs2_xattr_header *header = NULL;
fs/ocfs2/xattr.c
1048
struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
124
struct ocfs2_xattr_header *header;
fs/ocfs2/xattr.c
1475
sizeof(struct ocfs2_xattr_header) -
fs/ocfs2/xattr.c
1629
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1675
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1857
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1893
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
191
struct ocfs2_xattr_header *xl_header;
fs/ocfs2/xattr.c
1979
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
2326
(struct ocfs2_xattr_header *)(bh->b_data + bh->b_size -
fs/ocfs2/xattr.c
2408
struct ocfs2_xattr_header *header,
fs/ocfs2/xattr.c
242
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
2472
struct ocfs2_xattr_header *header;
fs/ocfs2/xattr.c
2512
struct ocfs2_xattr_header *header = &(xb->xb_attrs.xb_header);
fs/ocfs2/xattr.c
2745
xs->header = (struct ocfs2_xattr_header *)
fs/ocfs2/xattr.c
318
#define bucket_xh(_b) ((struct ocfs2_xattr_header *)bucket_block((_b), 0))
fs/ocfs2/xattr.c
3803
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
3868
struct ocfs2_xattr_header *xh = NULL;
fs/ocfs2/xattr.c
4073
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
4231
struct ocfs2_xattr_header *xb_xh = &xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
4232
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
4265
offset = offsetof(struct ocfs2_xattr_header, xh_entries);
fs/ocfs2/xattr.c
4295
struct ocfs2_xattr_header *old_xh = &old_xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
4428
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
4458
xh = (struct ocfs2_xattr_header *)bucket_buf;
fs/ocfs2/xattr.c
4620
static int ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh)
fs/ocfs2/xattr.c
4672
struct ocfs2_xattr_header *xh;
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
5976
struct ocfs2_xattr_header *header,
fs/ocfs2/xattr.c
6019
struct ocfs2_xattr_header *header;
fs/ocfs2/xattr.c
6047
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
6084
struct ocfs2_xattr_header *xh =
fs/ocfs2/xattr.c
6085
(struct ocfs2_xattr_header *)bucket->bu_bhs[0]->b_data;
fs/ocfs2/xattr.c
6154
struct ocfs2_xattr_header *header = &xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
6243
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6256
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6300
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6323
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6381
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6383
struct ocfs2_xattr_header *new_xh,
fs/ocfs2/xattr.c
6516
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
6517
struct ocfs2_xattr_header *new_xh;
fs/ocfs2/xattr.c
6532
new_xh = (struct ocfs2_xattr_header *)
fs/ocfs2/xattr.c
6636
struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
6639
struct ocfs2_xattr_header *new_xh = &new_xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
6726
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6753
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6772
struct ocfs2_xattr_header *xh =
fs/ocfs2/xattr.c
6773
(struct ocfs2_xattr_header *)bucket->bu_bhs[0]->b_data;
fs/ocfs2/xattr.c
83
- sizeof(struct ocfs2_xattr_header) \
fs/ocfs2/xattr.c
87
- sizeof(struct ocfs2_xattr_header) \
fs/ocfs2/xattr.c
929
struct ocfs2_xattr_header *header,
fs/ocfs2/xattr.c
955
struct ocfs2_xattr_header **header)
fs/ocfs2/xattr.c
962
inline_size < sizeof(struct ocfs2_xattr_header)) {
fs/ocfs2/xattr.c
970
*header = (struct ocfs2_xattr_header *)
fs/ocfs2/xattr.c
974
max_entries = (inline_size - sizeof(struct ocfs2_xattr_header)) /
fs/ocfs2/xattr.c
991
struct ocfs2_xattr_header *xh;