Searched refs:avail_spare (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1871 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, in vdev_to_nvlist_iter() argument 2022 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter() 2043 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter() 2044 *avail_spare = B_TRUE; in vdev_to_nvlist_iter() 2054 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter() 2070 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument 2080 *avail_spare = B_FALSE; in zpool_find_vdev_by_physpath() 2084 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev_by_physpath() 2103 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() argument 2128 *avail_spare = B_FALSE; in zpool_find_vdev() [all …]
|
/titanic_41/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 544 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local 552 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()
|