Lines Matching defs:vdev
502 * because we're done, and possibly removing the vdev.
1441 * This vdev is in the process of being removed so there is nothing
1709 spa_dbgmsg(spa, "condensing: txg %llu, msp[%llu] %p, vdev id %llu, "
1931 * the vdev.
2065 "requirement: vdev %llu, txg %llu, mg %p, "
2187 * consecutive vdevs. If we're forced to reuse a vdev before we've
2189 * that vdev as much as possible. If it turns out to not be possible,
2193 * able to reason about. Otherwise, any two top-level vdev failures
2195 * only two adjacent top-level vdev failures will result in data loss.
2198 * ourselves on the same vdev as our gang block header. That
2206 * It's possible the vdev we're using as the hint no
2270 * Avoid writing single-copy data to a failing vdev
2296 * figure out whether the corresponding vdev is
2368 uint64_t vdev = DVA_GET_VDEV(dva);
2379 if ((vd = vdev_lookup_top(spa, vdev)) == NULL ||
2382 (u_longlong_t)vdev, (u_longlong_t)offset);
2425 uint64_t vdev = DVA_GET_VDEV(dva);
2434 if ((vd = vdev_lookup_top(spa, vdev)) == NULL ||
2573 uint64_t vdev = DVA_GET_VDEV(&bp->blk_dva[i]);
2574 vdev_t *vd = vdev_lookup_top(spa, vdev);