Searched refs:sdno (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/geom/vinum/ |
H A D | geom_vinum_raid5.c | 348 int i, psdno, sdno, type, grow; in gv_raid5_request() local 379 &sdno, &psdno, grow); in gv_raid5_request() 384 if (i == sdno) in gv_raid5_request() 585 off_t *real_len, int *sdno, int *psdno, int growing) in gv_raid5_offset() argument 631 if (sdno != NULL) in gv_raid5_offset() 632 *sdno = sd; in gv_raid5_offset()
|
H A D | geom_vinum_plex.c | 128 off_t *real_len, int *sdno, int growing) in gv_plex_offset() argument 144 *sdno = i; in gv_plex_offset() 171 *sdno = stripeno % sdcount; in gv_plex_offset() 173 KASSERT(*sdno >= 0, ("gv_plex_offset: sdno < 0")); in gv_plex_offset() 202 int i, err, sdno; in gv_plex_normal_request() local 205 sdno = -1; in gv_plex_normal_request() 214 &real_len, &sdno, (bp->bio_pflags & GV_BIO_GROW)); in gv_plex_normal_request() 229 if (i == sdno) in gv_plex_normal_request()
|