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 | 2553 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids() 3451 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function 3481 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_path_to_guid_impl() 3525 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online() 3608 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline() 3662 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove_wanted() 3696 if ((vdev_nv = zpool_find_vdev(zhp, guid_str, &avail_spare, in zpool_vdev_fault() 3857 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach() 3905 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach() 4075 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach() [all …]
|
| H A D | libzfs.abi | 562 …<elf-symbol name='zpool_find_vdev' type='func-type' binding='global-binding' visibility='default-v… 7295 …cl name='zpool_find_vdev' mangled-name='zpool_find_vdev' visibility='default' binding='global' siz…
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_mod.c | 1000 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_size_from_config() 1032 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_whole_disk_from_config() 1111 tgt = zpool_find_vdev(zhp, devname, in zfsdle_vdev_online()
|
| /freebsd/sys/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 351 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 | 524 nvlist_t *vdev_nv = zpool_find_vdev(zhp, vdev, NULL, NULL, NULL); in zpool_power_sysfs_path()
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 343 _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 | 626 nvlist_t *vdev_nv = zpool_find_vdev(zhp, vdev, NULL, NULL, NULL); in vdev_name_to_path() 1194 nvdev = zpool_find_vdev(zhp, _name, NULL, &l2c, NULL); in fill_vdev_info() 8116 nvlist_t *tgt = zpool_find_vdev(zhp, argv[i], &avail_spare, in zpool_do_online()
|