Home
last modified time | relevance | path

Searched refs:mh_magic (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dutil.h87 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_meta_check()
108 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_metatype_check_i()
Dtrans.c229 if (unlikely(mh->mh_magic != cpu_to_be32(GFS2_MAGIC))) { in gfs2_trans_add_meta()
Dlops.c379 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()
641 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()
Dmeta_io.c170 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in meta_prep_new()
Drecovery.c156 error = lh->lh_header.mh_magic != cpu_to_be32(GFS2_MAGIC) || in get_log_header()
Dlog.c704 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_write_log_header()
Dops_fstype.c199 sb->sb_magic = be32_to_cpu(str->sb_header.mh_magic); in gfs2_sb_in()
Dsuper.c709 str->di_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_dinode_out()
/linux-4.19.296/include/uapi/linux/
Dgfs2_ondisk.h83 __be32 mh_magic; member