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

/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_raid5.c184 int i, psdno; local
190 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, &psdno, 1);
196 if (i == psdno) {
351 int i, psdno, sdno, type, grow; local
384 &sdno, &psdno, grow);
391 if (i == psdno)
590 off_t *real_len, int *sdno, int *psdno, int growing)
607 KASSERT(psdno >= 0, ("gv_raid5_offset: psdno < 0"));
638 if (psdno !
589 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
[all...]

Completed in 103 milliseconds