Searched refs:zpool_vdev_attach (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_mod.c | 442 ret = zpool_vdev_attach(zhp, fullpath, path, nvroot, B_TRUE, B_TRUE); in zfs_process_add() 444 ret = zpool_vdev_attach(zhp, fullpath, path, nvroot, in zfs_process_add()
|
| H A D | zfs_retire.c | 245 if (zpool_vdev_attach(zhp, dev_name, spare_name, in replace_with_spare()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 300 extern int zpool_vdev_attach(zpool_handle_t *, const char *,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3160 zpool_vdev_attach(zpool_handle_t *zhp, const char *old_disk, in zpool_vdev_attach() function
|
| H A D | libzfs.abi | 369 …<elf-symbol name='zpool_vdev_attach' type='func-type' binding='global-binding' visibility='default… 2649 …zpool_vdev_attach' mangled-name='zpool_vdev_attach' filepath='/home/fedora/zfs/lib/libzfs/libzfs_p…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 6356 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing, in zpool_do_attach_or_replace()
|