Home
last modified time | relevance | path

Searched refs:zpool_vdev_attach (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers275 zpool_vdev_attach;
H A Dlibzfs.h300 extern int zpool_vdev_attach(zpool_handle_t *, const char *,
H A Dlibzfs_pool.c3080 zpool_vdev_attach(zpool_handle_t *zhp, in zpool_vdev_attach() function
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c327 if (zpool_vdev_attach(zhp, dev_name, spare_name, in replace_with_spare()
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c269 (void) zpool_vdev_attach(zhp, fullpath, path, nvroot, B_TRUE); in zfs_process_add()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5650 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing); in zpool_do_attach_or_replace()