Searched refs:segment_count_main (Results 1 – 1 of 1) sorted by relevance
2571 if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count_main) <= in default_options()3924 u32 segment_count_main = le32_to_cpu(raw_super->segment_count_main); in sanity_check_area_boundary() local3928 ((u64)segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()3973 segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()3992 segment_count_main << log_blocks_per_seg); in sanity_check_area_boundary()4002 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local4064 segment_count_main = le32_to_cpu(raw_super->segment_count_main); in sanity_check_raw_super()4078 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super()4085 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()4087 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()[all …]