Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Drecovery.c129 hash = crc32(~0, lh, LH_V1_SIZE - 4); in __get_log_header()
135 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in __get_log_header()
136 sdp->sd_sb.sb_bsize - LH_V1_SIZE - 4); in __get_log_header()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro