Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/vinum/
HDvinumrequest.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()
HDvinumvar.h614 int last_plex_read; member
HDvinumioctl.c684 vol->last_plex_read = 0; /* don't go beyond the end */ in detachobject()