Home
last modified time | relevance | path

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

/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
/linux/fs/gfs2/
H A Drecovery.c132 if (be32_to_cpu(lh->lh_hash) != hash) in __get_log_header()