Home
last modified time | relevance | path

Searched refs:secs_per_zone (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dsuper.c2167 block_t segment_count, segs_per_sec, secs_per_zone; in sanity_check_raw_super() local
2227 secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in sanity_check_raw_super()
2264 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
2267 secs_per_zone, total_sections); in sanity_check_raw_super()
2412 sbi->secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in init_sb_info()
Ddebug.c460 le32_to_cpu(raw_super->secs_per_zone); in f2fs_build_stats()
Dsegment.h98 ((secno) / (sbi)->secs_per_zone)
Dsegment.c2231 unsigned int total_zones = MAIN_SECS(sbi) / sbi->secs_per_zone; in get_new_segment()
2280 if (sbi->secs_per_zone == 1) in get_new_segment()
2297 hint = zoneno * sbi->secs_per_zone - 1; in get_new_segment()
2301 hint = (zoneno + 1) * sbi->secs_per_zone; in get_new_segment()
Df2fs.h1206 unsigned int secs_per_zone; /* sections per zone */ member
/Linux-v4.19/include/linux/
Df2fs_fs.h83 __le32 secs_per_zone; /* # of sections per zone */ member