Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmount.c868 unsigned int total_sections, blocks_per_seg; in sanity_check_raw_super() local
912 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()
Df2fs.h271 unsigned int total_sections; /* total section count */ member
Dfsck.c3241 free_blks = (sbi->total_sections - data_secs - node_secs) * in fsck_verify()