Searched refs:total_sections (Results 1 – 3 of 3) sorted by relevance
868 unsigned int total_sections, blocks_per_seg; in sanity_check_raw_super() local912 total_sections = get_sb(section_count); in sanity_check_raw_super()925 (total_sections > segment_count || in sanity_check_raw_super()926 total_sections < F2FS_MIN_SEGMENTS || in sanity_check_raw_super()929 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()933 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()935 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()960 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()962 secs_per_zone, total_sections); in sanity_check_raw_super()1106 sbi->total_sections = get_sb(section_count); in init_sb_info()
271 unsigned int total_sections; /* total section count */ member
3241 free_blks = (sbi->total_sections - data_secs - node_secs) * in fsck_verify()