Searched refs:sdno (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c352 int i, psdno, sdno, type, grow; local
385 &sdno, &psdno, grow);
390 if (i == sdno)
591 off_t *real_len, int *sdno, int *psdno, int growing)
616 KASSERT(sdno >= 0, ("gv_raid5_offset: sdno < 0"));
637 if (sdno != NULL)
638 *sdno = sd;
590 gv_raid5_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, off_t *real_len, int *sdno, int *psdno, int growing) argument
H A Dgeom_vinum_plex.c131 off_t *real_len, int *sdno, int growing)
147 *sdno = i;
174 *sdno = stripeno % sdcount;
176 KASSERT(sdno >= 0, ("gv_plex_offset: sdno < 0"));
205 int i, err, sdno; local
208 sdno = -1;
217 &real_len, &sdno, (bp->bio_pflags & GV_BIO_GROW));
232 if (i == sdno)
130 gv_plex_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, off_t *real_len, int *sdno, int growing) argument

Completed in 109 milliseconds