Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c585 ret = zpool_vdev_attach(zhp, fullpath, path, nvroot, B_TRUE, B_TRUE); in zfs_process_add()
587 ret = zpool_vdev_attach(zhp, fullpath, path, nvroot, in zfs_process_add()
H A Dzfs_retire.c308 if (zpool_vdev_attach(zhp, dev_name, spare_name, in replace_with_spare()
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc1192 retval = (zpool_vdev_attach(zhp, oldstr.c_str(), path, nvroot, in Replace()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h315 _LIBZFS_H int zpool_vdev_attach(zpool_handle_t *, const char *,
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3527 zpool_vdev_attach(zpool_handle_t *zhp, const char *old_disk, in zpool_vdev_attach() function
H A Dlibzfs.abi579 …<elf-symbol name='zpool_vdev_attach' type='func-type' binding='global-binding' visibility='default…
6790 …name='zpool_vdev_attach' mangled-name='zpool_vdev_attach' visibility='default' binding='global' si…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7616 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing, in zpool_do_attach_or_replace()