Searched refs:last_plex_read (Results 1 – 3 of 3) sorted by relevance
252 plexno = vol->last_plex_read; in vinumstart()253 vol->last_plex_read++; in vinumstart()254 if (vol->last_plex_read >= vol->plexes) /* got the the end? */ in vinumstart()255 vol->last_plex_read = 0; /* wrap around */ in vinumstart()
614 int last_plex_read; member
684 vol->last_plex_read = 0; /* don't go beyond the end */ in detachobject()