Home
last modified time | relevance | path

Searched refs:mh_format (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/gfs2/
Dutil.h128 mh->mh_format = cpu_to_be32(format); in gfs2_metatype_set()
Dlops.c385 ld->ld_header.mh_format = cpu_to_be32(GFS2_FORMAT_LD); in gfs2_get_log_desc()
647 mh->mh_format = cpu_to_be32(GFS2_FORMAT_LB); in revoke_lo_before_commit()
Drecovery.c415 lh->lh_header.mh_format = cpu_to_be32(GFS2_FORMAT_LH); in clean_journal()
Dlog.c673 lh->lh_header.mh_format = cpu_to_be32(GFS2_FORMAT_LH); in log_write_header()
Dsuper.c702 str->di_header.mh_format = cpu_to_be32(GFS2_FORMAT_DI); in gfs2_dinode_out()
Dops_fstype.c193 sb->sb_format = be32_to_cpu(str->sb_header.mh_format); in gfs2_sb_in()
/linux-4.1.27/include/uapi/linux/
Dgfs2_ondisk.h85 __be32 mh_format; member