Home
last modified time | relevance | path

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

/linux/include/linux/
H A Df2fs_fs.h118 __le32 secs_per_zone; /* # of sections per zone */ member
/linux/fs/f2fs/
H A Dsuper.c3433 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
3498 secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in sanity_check_raw_super()
3556 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
3558 secs_per_zone, total_sections); in sanity_check_raw_super()
3775 sbi->secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in init_sb_info()
H A Ddebug.c73 le32_to_cpu(raw_super->secs_per_zone); in update_general_status()
682 le32_to_cpu(raw_super->secs_per_zone); in f2fs_build_stats()
H A Dsegment.h112 (((secno) == -1) ? -1 : (secno) / (sbi)->secs_per_zone)
H A Dsegment.c2668 unsigned int total_zones = MAIN_SECS(sbi) / sbi->secs_per_zone; in get_new_segment()
2714 if (sbi->secs_per_zone == 1) in get_new_segment()
2727 hint = (zoneno + 1) * sbi->secs_per_zone; in get_new_segment()
H A Df2fs.h1627 unsigned int secs_per_zone; /* sections per zone */ member