mh_magic          702 fs/gfs2/log.c  	lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC);
mh_magic          601 fs/gfs2/lops.c 	ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC);
mh_magic          881 fs/gfs2/lops.c 			mh->mh_magic = cpu_to_be32(GFS2_MAGIC);
mh_magic          167 fs/gfs2/meta_io.c 	mh->mh_magic = cpu_to_be32(GFS2_MAGIC);
mh_magic          200 fs/gfs2/ops_fstype.c 	sb->sb_magic = be32_to_cpu(str->sb_header.mh_magic);
mh_magic          125 fs/gfs2/recovery.c 	if (lh->lh_header.mh_magic != cpu_to_be32(GFS2_MAGIC) ||
mh_magic          460 fs/gfs2/super.c 	str->di_header.mh_magic = cpu_to_be32(GFS2_MAGIC);
mh_magic          222 fs/gfs2/trans.c 	if (unlikely(mh->mh_magic != cpu_to_be32(GFS2_MAGIC))) {
mh_magic           84 fs/gfs2/util.h 	u32 magic = be32_to_cpu(mh->mh_magic);
mh_magic          105 fs/gfs2/util.h 	u32 magic = be32_to_cpu(mh->mh_magic);
mh_magic           83 include/uapi/linux/gfs2_ondisk.h 	__be32 mh_magic;