Home
last modified time | relevance | path

Searched refs:segment_count_ckpt (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Df2fs_fs.h88 __le32 segment_count_ckpt; /* # of segments for checkpoint */ member
/linux-4.19.296/fs/f2fs/
Dsuper.c2111 u32 segment_count_ckpt = le32_to_cpu(raw_super->segment_count_ckpt); in sanity_check_area_boundary() local
2130 if (cp_blkaddr + (segment_count_ckpt << log_blocks_per_seg) != in sanity_check_area_boundary()
2135 segment_count_ckpt << log_blocks_per_seg); in sanity_check_area_boundary()
2363 fsmeta = le32_to_cpu(raw_super->segment_count_ckpt); in f2fs_sanity_check_ckpt()