Searched refs:spa_vdev_detach (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 808 extern int spa_vdev_detach(spa_t *spa, uint64_t guid, uint64_t pguid,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 6867 spa_vdev_detach(spa_t *spa, uint64_t guid, uint64_t pguid, int replace_done) function 7831 if (spa_vdev_detach(spa, guid, pguid, B_TRUE) != 0) 7833 if (sguid && spa_vdev_detach(spa, sguid, ppguid, B_TRUE) != 0) 9766 EXPORT_SYMBOL(spa_vdev_detach);
|
| H A D | zfs_ioctl.c | 1964 error = spa_vdev_detach(spa, zc->zc_guid, 0, B_FALSE); in zfs_ioc_vdev_detach()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 3566 error = spa_vdev_detach(spa, oldguid, pguid, B_FALSE); in ztest_vdev_attach_detach()
|