Home
last modified time | relevance | path

Searched refs:avail_spare (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2880 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, in vdev_to_nvlist_iter() argument
3035 avail_spare, l2cache, NULL, return_parent)) != NULL) { in vdev_to_nvlist_iter()
3056 avail_spare, l2cache, NULL, return_parent)) in vdev_to_nvlist_iter()
3058 *avail_spare = B_TRUE; in vdev_to_nvlist_iter()
3069 avail_spare, l2cache, NULL, return_parent)) in vdev_to_nvlist_iter()
3086 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument
3104 *avail_spare = B_FALSE; in zpool_find_vdev_by_physpath()
3108 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log, in zpool_find_vdev_by_physpath()
3141 __zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in __zpool_find_vdev() argument
3168 if (!avail_spare) in __zpool_find_vdev()
[all …]
H A Dlibzfs.abi6728 <parameter type-id='37e3bd22' name='avail_spare'/>
6736 <parameter type-id='37e3bd22' name='avail_spare'/>
6744 <parameter type-id='37e3bd22' name='avail_spare'/>
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c1003 boolean_t avail_spare, l2cache, log; in vdev_size_from_config() local
1007 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_size_from_config()
1036 boolean_t avail_spare, l2cache, log; in vdev_whole_disk_from_config() local
1039 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_whole_disk_from_config()
1058 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local
1081 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7983 boolean_t avail_spare, l2cache; in zpool_do_online() local
7996 nvlist_t *tgt = zpool_find_vdev(zhp, argv[i], &avail_spare, in zpool_do_online()