Searched refs:LH_V1_SIZE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/gfs2/ |
| D | recovery.c | 130 hash = crc32(~0, lh, LH_V1_SIZE - 4); in __get_log_header() 136 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in __get_log_header() 137 sdp->sd_sb.sb_bsize - LH_V1_SIZE - 4); in __get_log_header()
|
| D | log.c | 703 hash = ~crc32(~0, lh, LH_V1_SIZE); in gfs2_write_log_header() 735 BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE); in gfs2_write_log_header() 737 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in gfs2_write_log_header() 738 sb->s_blocksize - LH_V1_SIZE - 4); in gfs2_write_log_header()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | gfs2_ondisk.h | 435 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|