Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2380 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, in vdev_to_nvlist_iter() argument
2531 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2552 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2553 *avail_spare = B_TRUE; in vdev_to_nvlist_iter()
2563 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2579 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument
2589 *avail_spare = B_FALSE; in zpool_find_vdev_by_physpath()
2593 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev_by_physpath()
2615 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() argument
2641 *avail_spare = B_FALSE; in zpool_find_vdev()
[all …]
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c556 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local
564 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()