Searched defs:vd0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4808 vdev_t *vd0 = NULL; local
4829 * We need SCL_STATE here because we're going to look at vd0->vdev_tsd.
4853 vd0 = vdev_lookup_by_path(spa->spa_root_vdev, path0);
4854 if (vd0 != NULL && vd0->vdev_top->vdev_islog)
4862 if (vd0 != NULL && maxfaults != 1 &&
4863 (!vdev_resilver_needed(vd0->vdev_top, NULL, NULL) ||
4864 vd0->vdev_resilver_txg != 0)) {
4866 * Make vd0 explicitly claim to be unreadable,
4875 vdev_file_t *vf = vd0
[all...]

Completed in 89 milliseconds