Home
last modified time | relevance | path

Searched refs:mh_type (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Drecovery.c125 lh->lh_header.mh_type != cpu_to_be32(GFS2_METATYPE_LH) || in __get_log_header()
221 if (be32_to_cpu(ld->ld_header.mh_type) == GFS2_METATYPE_LH) { in foreach_descriptor()
H A Ddir.c538 switch(be32_to_cpu(h->mh_type)) { in gfs2_dirent_offset()
551 be32_to_cpu(h->mh_type)); in gfs2_dirent_offset()
H A Dops_fstype.c185 sb->sb_type = be32_to_cpu(str->sb_header.mh_type); in gfs2_sb_in()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h84 __be32 mh_type; member