Lines Matching refs:total_sections
868 unsigned int total_sections, blocks_per_seg;
912 total_sections = get_sb(section_count);
925 (total_sections > segment_count ||
926 total_sections < F2FS_MIN_SEGMENTS ||
929 segment_count, total_sections, segs_per_sec);
933 if ((segment_count / segs_per_sec) < total_sections) {
935 segment_count, segs_per_sec, total_sections);
960 if (secs_per_zone > total_sections || !secs_per_zone) {
961 MSG(0, "Wrong secs_per_zone / total_sections (%u, %u)\n",
962 secs_per_zone, total_sections);
1106 sbi->total_sections = get_sb(section_count);