Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
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()
Dlog.c843 lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH); in gfs2_write_log_header()
/linux-6.12.1/include/uapi/linux/
Dgfs2_ondisk.h75 #define GFS2_METATYPE_LH 8 macro