Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c2175 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids()
2815 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function
3022 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_path_to_guid_impl()
3069 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
3148 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
3202 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove_wanted()
3355 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3395 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
3517 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3865 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
[all …]
HDlibzfs.abi295 …<elf-symbol name='zpool_find_vdev' type='func-type' binding='global-binding' visibility='default-v…
5832 …cl name='zpool_find_vdev' mangled-name='zpool_find_vdev' visibility='default' binding='global' siz…
/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
HDtranslate.c348 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/os/linux/
HDzpool_vdev_os.c526 nvlist_t *vdev_nv = zpool_find_vdev(zhp, vdev, NULL, NULL, NULL); in zpool_power_sysfs_path()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
HDzfs_mod.c977 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_size_from_config()
1009 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_whole_disk_from_config()
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzfs.h318 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
HDzpool_main.c497 nvlist_t *vdev_nv = zpool_find_vdev(zhp, vdev, NULL, NULL, NULL); in vdev_name_to_path()
7088 nvlist_t *tgt = zpool_find_vdev(zhp, argv[i], &avail_spare, in zpool_do_online()