Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/vinum/
HDvinumraid5.c63 int firstsdno; /* first data subdisk number */ member
173 m.firstsdno = m.stripeoffset / plex->stripesize; in bre5()
174 if (m.firstsdno >= m.psdno) /* at or past parity sd */ in bre5()
175 m.firstsdno++; /* increment it */ in bre5()
366 for (mysdno = m.firstsdno; rsectors > 0; mysdno++) { in bre5()
391 for (mysdno = m.firstsdno; rsectors > 0; mysdno++) { in bre5()
506 for (mysdno = m.firstsdno; rqno < m.sdcount; mysdno++, rqno++) { in bre5()