Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash))
451 __be32 lh_hash; /* crc up to here with this field 0 */ member
/openbmc/linux/fs/gfs2/
H A Drecovery.c131 if (be32_to_cpu(lh->lh_hash) != hash) in __get_log_header()
H A Dlog.c861 lh->lh_hash = cpu_to_be32(hash); in gfs2_write_log_header()