Home
last modified time | relevance | path

Searched refs:zpool_find_vdev (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c348 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2175 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids()
2807 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function
3001 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_path_to_guid_impl()
3048 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
3127 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
3277 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3317 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
3439 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3787 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3872 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_indirect_size()
[all …]
H A Dlibzfs.abi298 …<elf-symbol name='zpool_find_vdev' type='func-type' binding='global-binding' visibility='default-v…
5829 …cl name='zpool_find_vdev' mangled-name='zpool_find_vdev' visibility='default' binding='global' siz…
/freebsd-13.1/sys/contrib/openzfs/include/
H A Dlibzfs.h314 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,