Home
last modified time | relevance | path

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

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_raid5.c182 int i, psdno; in gv_raid5_check() local
188 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, &psdno, 1); in gv_raid5_check()
194 if (i == psdno) { in gv_raid5_check()
348 int i, psdno, sdno, type, grow; in gv_raid5_request() local
379 &sdno, &psdno, grow); in gv_raid5_request()
386 if (i == psdno) in gv_raid5_request()
585 off_t *real_len, int *sdno, int *psdno, int growing) in gv_raid5_offset() argument
633 if (psdno != NULL) in gv_raid5_offset()
634 *psdno = psd; in gv_raid5_offset()