Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h435 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash))
444 __be32 lh_hash; /* crc up to here with this field 0 */ member
/Linux-v4.19/fs/gfs2/
Drecovery.c159 be32_to_cpu(lh->lh_hash) != hash || in get_log_header()
Dlog.c702 lh->lh_hash = cpu_to_be32(hash); in gfs2_write_log_header()