Searched refs:secs_per_zone (Results 1 – 6 of 6) sorted by relevance
2167 block_t segment_count, segs_per_sec, secs_per_zone; in sanity_check_raw_super() local2227 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()
460 le32_to_cpu(raw_super->secs_per_zone); in f2fs_build_stats()
98 ((secno) / (sbi)->secs_per_zone)
2231 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()
1206 unsigned int secs_per_zone; /* sections per zone */ member
83 __le32 secs_per_zone; /* # of sections per zone */ member