Home
last modified time | relevance | path

Searched refs:total_sections (Results 1 – 2 of 2) sorted by relevance

/third_party/f2fs-tools/fsck/
Dmount.c797 unsigned int total_sections, blocks_per_seg; in sanity_check_raw_super() local
847 total_sections = get_sb(section_count); in sanity_check_raw_super()
858 if (total_sections > segment_count || in sanity_check_raw_super()
859 total_sections < F2FS_MIN_SEGMENTS || in sanity_check_raw_super()
862 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
866 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()
868 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()
893 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
895 secs_per_zone, total_sections); in sanity_check_raw_super()
1000 sbi->total_sections = get_sb(section_count); in init_sb_info()
Df2fs.h260 unsigned int total_sections; /* total section count */ member