Lines Matching refs:next
1493 struct blk_zone *zone, *next, *end;
1523 for (zone = &zd->zones[1]; zone < end; zone = next) {
1525 next = zone + 1;
1539 for (; next < end; next++) {
1540 if (zonefs_zone_type(next) != type)
1542 zone->len += next->len;
1543 zone->capacity += next->capacity;
1544 if (next->cond == BLK_ZONE_COND_READONLY &&
1547 else if (next->cond == BLK_ZONE_COND_OFFLINE)