Searched refs:zpool_find_vdev (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2393 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids() 3261 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function 3291 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_path_to_guid_impl() 3335 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online() 3418 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline() 3472 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove_wanted() 3624 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach() 3672 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach() 3842 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach() 4188 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove() [all …]
|
| H A D | libzfs.abi | 566 …<elf-symbol name='zpool_find_vdev' type='func-type' binding='global-binding' visibility='default-v… 7246 …cl name='zpool_find_vdev' mangled-name='zpool_find_vdev' visibility='default' binding='global' siz…
|
| /freebsd/sys/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 350 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/ |
| H A D | zpool_vdev_os.c | 534 nvlist_t *vdev_nv = zpool_find_vdev(zhp, vdev, NULL, NULL, NULL); in zpool_power_sysfs_path()
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_mod.c | 1010 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_size_from_config() 1042 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_whole_disk_from_config()
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 348 _LIBZFS_H nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 615 nvlist_t *vdev_nv = zpool_find_vdev(zhp, vdev, NULL, NULL, NULL); in vdev_name_to_path() 1168 nvdev = zpool_find_vdev(zhp, _name, NULL, &l2c, NULL); in fill_vdev_info() 8052 nvlist_t *tgt = zpool_find_vdev(zhp, argv[i], &avail_spare, in zpool_do_online()
|