Lines Matching refs:total_sections
3468 block_t total_sections, blocks_per_seg;
3533 total_sections = le32_to_cpu(raw_super->section_count);
3544 if (total_sections > segment_count_main || total_sections < 1 ||
3547 segment_count, total_sections, segs_per_sec);
3551 if (segment_count_main != total_sections * segs_per_sec) {
3553 segment_count_main, total_sections, segs_per_sec);
3557 if ((segment_count / segs_per_sec) < total_sections) {
3559 segment_count, segs_per_sec, total_sections);
3590 if (secs_per_zone > total_sections || !secs_per_zone) {
3591 f2fs_info(sbi, "Wrong secs_per_zone / total_sections (%u, %u)",
3592 secs_per_zone, total_sections);
3810 sbi->total_sections = le32_to_cpu(raw_super->section_count);