Lines Matching defs:svd
1352 vdev_t *svd = vdev_draid_find_spare(vd->vdev_child[c]);
1353 if (svd != NULL)
1354 return (svd);
1934 vdev_t *svd;
1974 if ((svd = vdev_draid_find_spare(cvd)) != NULL) {
1975 svd = vdev_draid_spare_get_child(svd,
1977 if (svd && (svd->vdev_ops == &vdev_spare_ops ||
1978 svd->vdev_ops == &vdev_replacing_ops)) {
1981 if (vdev_draid_rebuilding(svd))