Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dsuper.c3171 block_t total_sections, blocks_per_seg; in sanity_check_raw_super() local
3236 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()
3247 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super()
3250 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
3254 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()
3256 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()
3260 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()
3262 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()
3293 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
3295 secs_per_zone, total_sections); in sanity_check_raw_super()
[all …]
Dsegment.h74 #define MAIN_SECS(sbi) ((sbi)->total_sections)
Df2fs.h1629 unsigned int total_sections; /* total section count */ member