Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2526 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_initialize_one()
3397 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_vdev_online()
3427 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_online()
3471 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
3554 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove_wanted()
3608 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_set_state()
3642 if ((vdev_nv = zpool_find_vdev(zhp, guid_str, &avail_spare, in zpool_vdev_set_removed_state()
3803 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3851 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
4021 if ((tgt = zpool_find_vdev(zh in zpool_vdev_split()
3340 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, zpool_find_vdev() function
[all...]
H A Dlibzfs.abi560 <elf-symbol name='zpool_find_vdev' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
7146 <function-decl name='zpool_find_vdev' mangled-name='zpool_find_vdev' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='zpool_find_vdev'>
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c361 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/
H A Dzpool_vdev_os.c534 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 Dzfs_mod.c1010 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 Dlibzfs.h348 _LIBZFS_H nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c615 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()
8090 nvlist_t *tgt = zpool_find_vdev(zhp, argv[i], &avail_spare, in zpool_do_online()