Searched refs:total_sections (Results 1 – 2 of 2) sorted by relevance
803 unsigned int total_sections, blocks_per_seg; in sanity_check_raw_super() local853 total_sections = get_sb(section_count); in sanity_check_raw_super()866 (total_sections > segment_count || in sanity_check_raw_super()867 total_sections < F2FS_MIN_SEGMENTS || in sanity_check_raw_super()870 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()874 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()876 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()901 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()903 secs_per_zone, total_sections); in sanity_check_raw_super()1084 sbi->total_sections = get_sb(section_count); in init_sb_info()
271 unsigned int total_sections; /* total section count */ member