Searched refs:LH_V1_SIZE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A 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()
|
H A D | log.c | 787 hash = ~crc32(~0, lh, LH_V1_SIZE); in gfs2_write_log_header() 819 BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE); in gfs2_write_log_header() 821 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in gfs2_write_log_header() 822 sb->s_blocksize - LH_V1_SIZE - 4); in gfs2_write_log_header()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | recovery.c | 128 hash = crc32(~0, lh, LH_V1_SIZE - 4); in __get_log_header() 134 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in __get_log_header() 135 sdp->sd_sb.sb_bsize - LH_V1_SIZE - 4); in __get_log_header()
|
H A D | log.c | 860 hash = ~crc32(~0, lh, LH_V1_SIZE); in gfs2_write_log_header() 896 BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE); in gfs2_write_log_header() 898 crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4, in gfs2_write_log_header() 899 sb->s_blocksize - LH_V1_SIZE - 4); in gfs2_write_log_header()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 441 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | gfs2_ondisk.h | 442 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 301 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 301 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | gfs2_ondisk.h | 287 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|
Completed in 11 milliseconds