Searched refs:LH_V1_SIZE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | gfs2_ondisk.h | 435 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | gfs2_ondisk.h | 441 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | gfs2_ondisk.h | 435 #define LH_V1_SIZE (offsetofend(struct gfs2_log_header, lh_hash)) macro
|