Lines Matching defs:svd
1803 /* Sync the uberblocks to all vdevs in svd[] */
1805 vdev_uberblock_sync_list(vdev_t **svd, int svdcount, uberblock_t *ub, int flags)
1807 spa_t *spa = svd[0]->vdev_spa;
1814 vdev_uberblock_sync(zio, &good_writes, ub, svd[v], flags);
1836 if (vdev_writeable(svd[v])) {
1837 zio_flush(zio, svd[v]);
2042 vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg)
2044 spa_t *spa = svd[0]->vdev_spa;
2121 * Sync the uberblocks to all vdevs in svd[].
2135 if ((error = vdev_uberblock_sync_list(svd, svdcount, ub, flags)) != 0) {