Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dtranslate.c348 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2111 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids()
2713 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function
2907 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_path_to_guid_impl()
2954 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
3033 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
3183 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3223 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
3345 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3693 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3778 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_indirect_size()
[all …]
H A Dlibzfs.abi299 …<elf-symbol name='zpool_find_vdev' type='func-type' binding='global-binding' visibility='default-v…
2694zpool_find_vdev' mangled-name='zpool_find_vdev' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h313 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,