Searched refs:zpool_vdev_attach (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 244 zpool_vdev_attach;
|
H A D | libzfs.h | 248 extern int zpool_vdev_attach(zpool_handle_t *, const char *,
|
H A D | libzfs_pool.c | 2552 zpool_vdev_attach(zpool_handle_t *zhp, in zpool_vdev_attach() function
|
/titanic_50/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 259 if (zpool_vdev_attach(zhp, dev_name, spare_name, in replace_with_spare()
|
/titanic_50/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 257 (void) zpool_vdev_attach(zhp, fullpath, path, nvroot, B_TRUE); in zfs_process_add()
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 3109 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing); in zpool_do_attach_or_replace()
|