Searched refs:mh_magic (Results 1 – 9 of 9) sorted by relevance
87 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()
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()
208 if (unlikely(mh->mh_magic != cpu_to_be32(GFS2_MAGIC))) { in meta_lo_add()
171 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in meta_prep_new()
383 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_get_log_desc()645 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in revoke_lo_before_commit()
670 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in log_write_header()
700 str->di_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_dinode_out()
191 sb->sb_magic = be32_to_cpu(str->sb_header.mh_magic); in gfs2_sb_in()
82 __be32 mh_magic; member