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

/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_raid5.c348 int i, psdno, sdno, type, grow; local
379 &sdno, &psdno, grow);
384 if (i == sdno)
585 off_t *real_len, int *sdno, int *psdno, int growing)
610 KASSERT(sd >= 0, ("gv_raid5_offset: sdno < 0"));
631 if (sdno != NULL)
632 *sdno = sd;
584 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.c128 off_t *real_len, int *sdno, int growing)
144 *sdno = i;
171 *sdno = stripeno % sdcount;
173 KASSERT(*sdno >= 0, ("gv_plex_offset: sdno < 0"));
202 int i, err, sdno; local
205 sdno = -1;
214 &real_len, &sdno, (bp->bio_pflags & GV_BIO_GROW));
229 if (i == sdno)
127 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 123 milliseconds