Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.h177 return free_sections(sbi) > ((sbi->total_sections * limit_perc) / 100); in has_enough_free_blocks()
H A Dsuper.c3966 block_t total_sections, blocks_per_seg; in sanity_check_raw_super() local
4030 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()
4041 if (total_sections > segment_count_main || total_sections < 1 || in sanity_check_raw_super()
4044 segment_count, total_sections, segs_per_sec); in sanity_check_raw_super()
4048 if (segment_count_main != total_sections * segs_per_sec) { in sanity_check_raw_super()
4050 segment_count_main, total_sections, segs_per_sec); in sanity_check_raw_super()
4054 if ((segment_count / segs_per_sec) < total_sections) { in sanity_check_raw_super()
4056 segment_count, segs_per_sec, total_sections); in sanity_check_raw_super()
4087 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
4089 secs_per_zone, total_sections); in sanity_check_raw_super()
[all …]