Searched refs:total_sections (Results 1 – 3 of 3) sorted by relevance
2504 block_t total_sections, blocks_per_seg; in sanity_check_raw_super() local2576 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()2587 if (total_sections > segment_count || in sanity_check_raw_super()2588 total_sections < F2FS_MIN_SEGMENTS || in sanity_check_raw_super()2591 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()2595 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()2597 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()2607 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()2609 secs_per_zone, total_sections); in sanity_check_raw_super()2803 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
61 #define MAIN_SECS(sbi) ((sbi)->total_sections)
1251 unsigned int total_sections; /* total section count */ member