Home
last modified time | relevance | path

Searched refs:total_zones (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Dsuper.c4721 unsigned int zoneno, total_zones; in get_first_seq_zone_segno() local
4731 total_zones = GET_ZONE_FROM_SEG(sbi, FDEV(devi).total_segments); in get_first_seq_zone_segno()
4733 for (zoneno = 0; zoneno < total_zones; zoneno++) { in get_first_seq_zone_segno()
H A Dsegment.c2780 unsigned int total_zones = MAIN_SECS(sbi) / sbi->secs_per_zone; in get_new_segment() local
2878 if (zoneno + 1 >= total_zones) in get_new_segment()