Searched refs:mh_magic (Results 1 – 8 of 8) sorted by relevance
86 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_meta_check_i()109 u32 magic = be32_to_cpu(mh->mh_magic); in gfs2_metatype_check_i()
124 if (str->lh_header.mh_magic != cpu_to_be32(GFS2_MAGIC) || in gfs2_log_header_in()412 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in clean_journal()
127 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()363 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()
180 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in meta_prep_new()
582 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in log_write_header()
956 str->di_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_dinode_out()
164 sb->sb_magic = be32_to_cpu(str->sb_header.mh_magic); in gfs2_sb_in()
80 __be32 mh_magic; member