Lines Matching refs:total_sections
2744 block_t total_sections, blocks_per_seg; in sanity_check_raw_super() local
2817 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()
2828 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super()
2831 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
2835 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()
2837 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()
2841 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()
2843 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()
2874 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
2876 secs_per_zone, total_sections); in sanity_check_raw_super()
3070 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()