Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsuper.c2743 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
2816 secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in sanity_check_raw_super()
2874 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
2876 secs_per_zone, total_sections); in sanity_check_raw_super()
3069 sbi->secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in init_sb_info()
Ddebug.c73 le32_to_cpu(raw_super->secs_per_zone); in update_general_status()
540 le32_to_cpu(raw_super->secs_per_zone); in f2fs_build_stats()
Dsegment.h108 ((secno) / (sbi)->secs_per_zone)
Dsegment.c2452 unsigned int total_zones = MAIN_SECS(sbi) / sbi->secs_per_zone; in get_new_segment()
2501 if (sbi->secs_per_zone == 1) in get_new_segment()
2518 hint = zoneno * sbi->secs_per_zone - 1; in get_new_segment()
2522 hint = (zoneno + 1) * sbi->secs_per_zone; in get_new_segment()
Df2fs.h1492 unsigned int secs_per_zone; /* sections per zone */ member
/Linux-v5.10/include/linux/
Df2fs_fs.h84 __le32 secs_per_zone; /* # of sections per zone */ member