Home
last modified time | relevance | path

Searched refs:last_plex_read (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumrequest.c252 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()
H A Dvinumvar.h614 int last_plex_read; member
H A Dvinumioctl.c684 vol->last_plex_read = 0; /* don't go beyond the end */ in detachobject()