Lines Matching refs:total_sections
2840 block_t total_sections, blocks_per_seg;
2912 total_sections = le32_to_cpu(raw_super->section_count);
2923 if (total_sections > segment_count_main || total_sections < 1 ||
2926 segment_count, total_sections, segs_per_sec);
2930 if (segment_count_main != total_sections * segs_per_sec) {
2932 segment_count_main, total_sections, segs_per_sec);
2936 if ((segment_count / segs_per_sec) < total_sections) {
2938 segment_count, segs_per_sec, total_sections);
2969 if (secs_per_zone > total_sections || !secs_per_zone) {
2970 f2fs_info(sbi, "Wrong secs_per_zone / total_sections (%u, %u)",
2971 secs_per_zone, total_sections);
3179 sbi->total_sections = le32_to_cpu(raw_super->section_count);