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 | 2389 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids() 3257 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function 3287 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_path_to_guid_impl() 3331 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online() 3414 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline() 3468 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove_wanted() 3620 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach() 3668 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach() 3838 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach() 4184 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove() [all …]
|
H A D | libzfs.abi | 509 …<elf-symbol name='zpool_find_vdev' type='func-type' binding='global-binding' visibility='default-v… 6967 …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 | 616 nvlist_t *vdev_nv = zpool_find_vdev(zhp, vdev, NULL, NULL, NULL); in vdev_name_to_path() 1169 nvdev = zpool_find_vdev(zhp, _name, NULL, &l2c, NULL); in fill_vdev_info() 7989 nvlist_t *tgt = zpool_find_vdev(zhp, argv[i], &avail_spare, in zpool_do_online()
|