Home
last modified time | relevance | path

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

/linux/fs/f2fs/
A Dsuper.c3193 block_t segment_count, segs_per_sec, secs_per_zone, segment_count_main; in sanity_check_raw_super() local
3258 secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in sanity_check_raw_super()
3316 if (secs_per_zone > total_sections || !secs_per_zone) { in sanity_check_raw_super()
3318 secs_per_zone, total_sections); in sanity_check_raw_super()
3535 sbi->secs_per_zone = le32_to_cpu(raw_super->secs_per_zone); in init_sb_info()
A Ddebug.c73 le32_to_cpu(raw_super->secs_per_zone); in update_general_status()
600 le32_to_cpu(raw_super->secs_per_zone); in f2fs_build_stats()
A Dsegment.h108 (((secno) == -1) ? -1: (secno) / (sbi)->secs_per_zone)
A Dsegment.c2541 unsigned int total_zones = MAIN_SECS(sbi) / sbi->secs_per_zone; in get_new_segment()
2590 if (sbi->secs_per_zone == 1) in get_new_segment()
2607 hint = zoneno * sbi->secs_per_zone - 1; in get_new_segment()
2611 hint = (zoneno + 1) * sbi->secs_per_zone; in get_new_segment()
A Df2fs.h1636 unsigned int secs_per_zone; /* sections per zone */ member
/linux/include/linux/
A Df2fs_fs.h85 __le32 secs_per_zone; /* # of sections per zone */ member

Completed in 41 milliseconds