Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dutil.h86 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()
Drecovery.c124 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()
Dlops.c127 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()
Dmeta_io.c180 mh->mh_magic = cpu_to_be32(GFS2_MAGIC); in meta_prep_new()
Dlog.c582 lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in log_write_header()
Dinode.c956 str->di_header.mh_magic = cpu_to_be32(GFS2_MAGIC); in gfs2_dinode_out()
Dops_fstype.c164 sb->sb_magic = be32_to_cpu(str->sb_header.mh_magic); in gfs2_sb_in()
/linux-2.6.39/include/linux/
Dgfs2_ondisk.h80 __be32 mh_magic; member