Home
last modified time | relevance | path

Searched refs:GFS2_METATYPE_LH (Results 1 – 3 of 3) sorted by path

/linux/fs/gfs2/
H A Dlog.c851 lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH); in gfs2_write_log_header()
H A Drecovery.c124 lh->lh_header.mh_type != cpu_to_be32(GFS2_METATYPE_LH) || in __get_log_header()
220 if (be32_to_cpu(ld->ld_header.mh_type) == GFS2_METATYPE_LH) { in foreach_descriptor()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h75 #define GFS2_METATYPE_LH 8 macro