Home
last modified time | relevance | path

Searched refs:segment_count_ckpt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Df2fs_fs.h89 __le32 segment_count_ckpt; /* # of segments for checkpoint */ member
/kernel/linux/linux-6.6/include/linux/
H A Df2fs_fs.h128 __le32 segment_count_ckpt; /* # of segments for checkpoint */ member
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c2757 u32 segment_count_ckpt = le32_to_cpu(raw_super->segment_count_ckpt); in sanity_check_area_boundary() local
2775 if (cp_blkaddr + (segment_count_ckpt << log_blocks_per_seg) != in sanity_check_area_boundary()
2779 segment_count_ckpt << log_blocks_per_seg); in sanity_check_area_boundary()
3031 fsmeta = le32_to_cpu(raw_super->segment_count_ckpt); in f2fs_sanity_check_ckpt()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c3385 u32 segment_count_ckpt = le32_to_cpu(raw_super->segment_count_ckpt); in sanity_check_area_boundary() local
3403 if (cp_blkaddr + (segment_count_ckpt << log_blocks_per_seg) != in sanity_check_area_boundary()
3407 segment_count_ckpt << log_blocks_per_seg); in sanity_check_area_boundary()
3652 fsmeta = le32_to_cpu(raw_super->segment_count_ckpt); in f2fs_sanity_check_ckpt()

Completed in 13 milliseconds