Home
last modified time | relevance | path

Searched refs:spa_vdev_attach (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h769 extern int spa_vdev_attach(spa_t *spa, uint64_t guid, nvlist_t *nvroot,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2073 error = spa_vdev_attach(spa, zc->zc_guid, config, replacing); in zfs_ioc_vdev_attach()
H A Dspa.c6234 spa_vdev_attach(spa_t *spa, uint64_t guid, nvlist_t *nvroot, int replacing) function
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3383 error = spa_vdev_attach(spa, oldguid, root, replacing); in ztest_vdev_attach_detach()