Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Drecovery.c150 hash = crc32(~0, lh, LH_V1_SIZE - 4); in get_log_header()
153 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in get_log_header()
154 bh->b_size - LH_V1_SIZE - 4); in get_log_header()
Dlog.c701 hash = ~crc32(~0, lh, LH_V1_SIZE); in gfs2_write_log_header()
727 BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE); in gfs2_write_log_header()
729 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in gfs2_write_log_header()
730 sb->s_blocksize - LH_V1_SIZE - 4); in gfs2_write_log_header()
/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h435 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro