Lines Matching refs:segment_count_main
2132 if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_main) <= in default_options()
3350 u32 segment_count_main = le32_to_cpu(raw_super->segment_count_main); in sanity_check_area_boundary() local
3354 (segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()
3399 segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()
3418 segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()
3428 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
3491 segment_count_main = le32_to_cpu(raw_super->segment_count_main); in sanity_check_raw_super()
3505 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super()
3512 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()
3514 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()
3605 unsigned int segment_count_main; in f2fs_sanity_check_ckpt() local
3634 segment_count_main = le32_to_cpu(raw_super->segment_count_main) + in f2fs_sanity_check_ckpt()
3638 segment_count_main << log_blocks_per_seg) { in f2fs_sanity_check_ckpt()
3659 main_segs = le32_to_cpu(raw_super->segment_count_main); in f2fs_sanity_check_ckpt()