lh_header 702 fs/gfs2/log.c lh->lh_header.mh_magic = cpu_to_be32(GFS2_MAGIC); lh_header 703 fs/gfs2/log.c lh->lh_header.mh_type = cpu_to_be32(GFS2_METATYPE_LH); lh_header 704 fs/gfs2/log.c lh->lh_header.__pad0 = cpu_to_be64(0); lh_header 705 fs/gfs2/log.c lh->lh_header.mh_format = cpu_to_be32(GFS2_FORMAT_LH); lh_header 706 fs/gfs2/log.c lh->lh_header.mh_jid = cpu_to_be32(sdp->sd_jdesc->jd_jid); lh_header 125 fs/gfs2/recovery.c if (lh->lh_header.mh_magic != cpu_to_be32(GFS2_MAGIC) || lh_header 126 fs/gfs2/recovery.c lh->lh_header.mh_type != cpu_to_be32(GFS2_METATYPE_LH) || lh_header 438 include/uapi/linux/gfs2_ondisk.h struct gfs2_meta_header lh_header;