Searched refs:mh_type (Results 1 – 10 of 10) sorted by relevance
124 u16 t = be32_to_cpu(mh->mh_type); in gfs2_metatype_check_i()142 mh->mh_type = cpu_to_be32(type); in gfs2_metatype_set()
126 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()
608 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD); in gfs2_get_log_desc()792 if (mh->mh_type == cpu_to_be32(GFS2_METATYPE_RG)) { in buf_lo_scan_elements()866 mh->mh_type = cpu_to_be32(GFS2_METATYPE_LB); in revoke_lo_before_commit()
538 switch(be32_to_cpu(h->mh_type)) { in gfs2_dirent_offset()551 be32_to_cpu(h->mh_type)); in gfs2_dirent_offset()
779 lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH); in gfs2_write_log_header()
416 str->di_header.mh_type = cpu_to_be32(GFS2_METATYPE_DI); in gfs2_dinode_out()
210 sb->sb_type = be32_to_cpu(str->sb_header.mh_type); in gfs2_sb_in()
84 __be32 mh_type; member