Symbol: gfs2_meta_header
fs/gfs2/bmap.c
115
gfs2_buffer_copy_tail(bh, sizeof(struct gfs2_meta_header),
fs/gfs2/bmap.c
260
return ((__be64 *)(bh->b_data + sizeof(struct gfs2_meta_header)));
fs/gfs2/bmap.c
613
((i > 1) ? sizeof(struct gfs2_meta_header) :
fs/gfs2/bmap.c
620
gfs2_buffer_clear_tail(mp->mp_bh[i], sizeof(struct gfs2_meta_header));
fs/gfs2/bmap.c
728
sizeof(struct gfs2_meta_header),
fs/gfs2/bmap.c
734
sizeof(struct gfs2_meta_header));
fs/gfs2/dir.c
182
o = do_div(lblock, sdp->sd_jbsize) + sizeof(struct gfs2_meta_header);
fs/gfs2/dir.c
221
o = sizeof(struct gfs2_meta_header);
fs/gfs2/dir.c
285
o = do_div(lblock, sdp->sd_jbsize) + sizeof(struct gfs2_meta_header);
fs/gfs2/dir.c
320
o = sizeof(struct gfs2_meta_header);
fs/gfs2/dir.c
533
const struct gfs2_meta_header *h = buf;
fs/gfs2/dir.c
98
gfs2_buffer_clear_tail(bh, sizeof(struct gfs2_meta_header));
fs/gfs2/inode.c
556
gfs2_buffer_clear_tail(bh, sizeof(struct gfs2_meta_header));
fs/gfs2/lops.c
809
struct gfs2_meta_header *mh =
fs/gfs2/lops.c
810
(struct gfs2_meta_header *)bh_ip->b_data;
fs/gfs2/lops.c
849
struct gfs2_meta_header *mh;
fs/gfs2/lops.c
875
offset = sizeof(struct gfs2_meta_header);
fs/gfs2/lops.c
959
offset = sizeof(struct gfs2_meta_header);
fs/gfs2/meta_io.c
175
struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data;
fs/gfs2/ops_fstype.c
266
sizeof(struct gfs2_meta_header)) / sizeof(u64);
fs/gfs2/ops_fstype.c
269
sdp->sd_jbsize = sdp->sd_sb.sb_bsize - sizeof(struct gfs2_meta_header);
fs/gfs2/ops_fstype.c
274
sizeof(struct gfs2_meta_header)) /
fs/gfs2/ops_fstype.c
277
sizeof(struct gfs2_meta_header))
fs/gfs2/quota.c
1434
qc = (struct gfs2_quota_change *)(bh->b_data + sizeof(struct gfs2_meta_header));
fs/gfs2/quota.c
435
(bh->b_data + sizeof(struct gfs2_meta_header) +
fs/gfs2/rgrp.c
289
sizeof(struct gfs2_meta_header)) * GFS2_NBBY;
fs/gfs2/rgrp.c
793
bi->bi_offset = sizeof(struct gfs2_meta_header);
fs/gfs2/rgrp.c
800
sizeof(struct gfs2_meta_header);
fs/gfs2/rgrp.c
801
bi->bi_offset = sizeof(struct gfs2_meta_header);
fs/gfs2/trans.c
261
struct gfs2_meta_header *mh;
fs/gfs2/trans.c
289
mh = (struct gfs2_meta_header *)bd->bd_bh->b_data;
fs/gfs2/util.h
112
struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data;
fs/gfs2/util.h
134
struct gfs2_meta_header *mh;
fs/gfs2/util.h
135
mh = (struct gfs2_meta_header *)bh->b_data;
fs/gfs2/util.h
91
struct gfs2_meta_header *mh = (struct gfs2_meta_header *)bh->b_data;
fs/gfs2/xattr.c
1295
eablk = (__be64 *)(indbh->b_data + sizeof(struct gfs2_meta_header));
fs/gfs2/xattr.c
1338
eablk = (__be64 *)(indbh->b_data + sizeof(struct gfs2_meta_header));
fs/gfs2/xattr.c
149
eablk = (__be64 *)(bh->b_data + sizeof(struct gfs2_meta_header));
fs/gfs2/xattr.c
499
pos = bh[x]->b_data + sizeof(struct gfs2_meta_header);
fs/gfs2/xattr.c
653
gfs2_buffer_clear_tail(*bhp, sizeof(struct gfs2_meta_header));
fs/gfs2/xattr.c
705
int mh_size = sizeof(struct gfs2_meta_header);
fs/gfs2/xattr.c
978
int mh_size = sizeof(struct gfs2_meta_header);
fs/gfs2/xattr.h
37
((struct gfs2_ea_header *)((bh)->b_data + sizeof(struct gfs2_meta_header)))
include/uapi/linux/gfs2_ondisk.h
114
struct gfs2_meta_header sb_header;
include/uapi/linux/gfs2_ondisk.h
191
struct gfs2_meta_header rg_header;
include/uapi/linux/gfs2_ondisk.h
266
struct gfs2_meta_header di_header;
include/uapi/linux/gfs2_ondisk.h
340
struct gfs2_meta_header lf_header;
include/uapi/linux/gfs2_ondisk.h
445
struct gfs2_meta_header lh_header;
include/uapi/linux/gfs2_ondisk.h
485
struct gfs2_meta_header ld_header;