Home
last modified time | relevance | path

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

/linux-2.6.39/fs/gfs2/
Dutil.h110 u16 t = be32_to_cpu(mh->mh_type); in gfs2_metatype_check_i()
128 mh->mh_type = cpu_to_be32(type); in gfs2_metatype_set()
Drecovery.c125 str->lh_header.mh_type != cpu_to_be32(GFS2_METATYPE_LH)) in gfs2_log_header_in()
337 if (be32_to_cpu(ld->ld_header.mh_type) == GFS2_METATYPE_LH) { in foreach_descriptor()
413 lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH); in clean_journal()
Dlops.c128 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD); in gfs2_get_log_desc()
364 mh->mh_type = cpu_to_be32(GFS2_METATYPE_LB); in revoke_lo_before_commit()
Dlog.c583 lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH); in log_write_header()
Ddir.c464 switch(be32_to_cpu(h->mh_type)) { in gfs2_dirent_offset()
477 be32_to_cpu(h->mh_type)); in gfs2_dirent_offset()
Dinode.c957 str->di_header.mh_type = cpu_to_be32(GFS2_METATYPE_DI); in gfs2_dinode_out()
Dops_fstype.c165 sb->sb_type = be32_to_cpu(str->sb_header.mh_type); in gfs2_sb_in()
/linux-2.6.39/include/linux/
Dgfs2_ondisk.h81 __be32 mh_type; member