Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsuper.c3634 unsigned int main_segs, blocks_per_seg; in f2fs_sanity_check_ckpt() local
3692 main_segs = le32_to_cpu(raw_super->segment_count_main); in f2fs_sanity_check_ckpt()
3696 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()
3715 if (le32_to_cpu(ckpt->cur_data_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()