Searched refs:mh_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/gfs2/
H A Dutil.h124 u16 t = be32_to_cpu(mh->mh_type);
142 mh->mh_type = cpu_to_be32(type);
H A Drecovery.c124 lh->lh_header.mh_type != cpu_to_be32(GFS2_METATYPE_LH) ||
220 if (be32_to_cpu(ld->ld_header.mh_type) == GFS2_METATYPE_LH) {
H A Dlops.c607 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD);
816 if (mh->mh_type == cpu_to_be32(GFS2_METATYPE_RG))
877 mh->mh_type = cpu_to_be32(GFS2_METATYPE_LB);
H A Ddir.c537 switch(be32_to_cpu(h->mh_type)) {
550 be32_to_cpu(h->mh_type));
H A Dlog.c851 lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH);
H A Dsuper.c403 str->di_header.mh_type = cpu_to_be32(GFS2_METATYPE_DI);
H A Dops_fstype.c205 sb->sb_type = be32_to_cpu(str->sb_header.mh_type);
/linux-master/include/uapi/linux/
H A Dgfs2_ondisk.h84 __be32 mh_type; member in struct:gfs2_meta_header

Completed in 187 milliseconds