Searched refs:gfs2_log_header (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | recovery.h | 30 const struct gfs2_log_header *lh, unsigned int blkno,
|
H A D | recovery.c | 120 int __get_log_header(struct gfs2_sbd *sdp, const struct gfs2_log_header *lh, in __get_log_header() 178 error = __get_log_header(sdp, (const struct gfs2_log_header *)bh->b_data, in get_log_header()
|
H A D | log.c | 763 struct gfs2_log_header *lh; in gfs2_write_log_header() 819 BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE); in gfs2_write_log_header()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | recovery.h | 30 const struct gfs2_log_header *lh, unsigned int blkno,
|
H A D | recovery.c | 118 int __get_log_header(struct gfs2_sbd *sdp, const struct gfs2_log_header *lh, in __get_log_header() 176 error = __get_log_header(sdp, (const struct gfs2_log_header *)bh->b_data, in get_log_header()
|
H A D | log.c | 836 struct gfs2_log_header *lh; in gfs2_write_log_header() 896 BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE); 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)) 443 struct gfs2_log_header { struct
|
/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)) 444 struct gfs2_log_header { struct
|
/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)) 302 struct gfs2_log_header { struct
|
/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)) 302 struct gfs2_log_header { struct
|
/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)) 288 struct gfs2_log_header { struct
|
Completed in 14 milliseconds