Searched refs:total_sections (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | super.c | 2840 block_t total_sections, blocks_per_seg; in sanity_check_raw_super() local 2912 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super() 2923 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super() 2926 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super() 2930 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super() 2932 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super() 2936 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super() 2938 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super() 2969 if (secs_per_zone > total_sections || !secs_per_zon in sanity_check_raw_super() [all...] |
H A D | segment.h | 75 #define MAIN_SECS(sbi) ((sbi)->total_sections)
|
H A D | f2fs.h | 1467 unsigned int total_sections; /* total section count */ member
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 3468 block_t total_sections, blocks_per_seg; in sanity_check_raw_super() local 3533 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super() 3544 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super() 3547 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super() 3551 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super() 3553 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super() 3557 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super() 3559 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super() 3590 if (secs_per_zone > total_sections || !secs_per_zon in sanity_check_raw_super() [all...] |
H A D | segment.h | 75 #define MAIN_SECS(sbi) ((sbi)->total_sections)
|
H A D | f2fs.h | 1619 unsigned int total_sections; /* total section count */ member
|
Completed in 31 milliseconds