| /freebsd-14-stable/sys/contrib/openzfs/cmd/zed/agents/ |
| HD | zfs_retire.c | 134 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in find_vdev() 165 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in remove_spares() 263 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in replace_with_spare()
|
| HD | zfs_agents.c | 100 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_SPARES, in zfs_agent_iter_vdev()
|
| HD | zfs_mod.c | 633 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_SPARES, in zfs_iter_vdev()
|
| HD | zfs_diagnosis.c | 260 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_SPARES, &child, in zfs_mark_vdev()
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zpool/ |
| HD | zpool_vdev.c | 248 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in is_spare() 1121 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in make_disks() 1193 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in is_device_in_use() 1753 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in construct_spec()
|
| HD | zpool_main.c | 875 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in print_spare_list() 1245 if (nvlist_lookup_nvlist_array(poolnvroot, ZPOOL_CONFIG_SPARES, in zpool_do_add() 1256 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in zpool_do_add() 2134 {ZPOOL_CONFIG_SPARES, ZPOOL_CONFIG_L2CACHE, ZPOOL_CONFIG_CHILDREN}; in max_width() 2848 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in print_import_config() 6524 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, &child, in print_list_stats() 9081 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in status_callback()
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_import.c | 396 cb.cb_type = ZPOOL_CONFIG_SPARES; in zpool_in_use()
|
| HD | libzfs_pool.c | 1741 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in zpool_add() 2963 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in vdev_to_nvlist_iter()
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzpool/ |
| HD | util.c | 148 show_vdev_stats(NULL, ZPOOL_CONFIG_SPARES, nvroot, 0); in show_pool_stats()
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | spa.c | 2141 ZPOOL_CONFIG_SPARES, &spares, &nspares)); in spa_load_spares() 2203 fnvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES); in spa_load_spares() 2211 ZPOOL_CONFIG_SPARES, (const nvlist_t * const *)spares, in spa_load_spares() 5828 ZPOOL_CONFIG_SPARES, &spares, &nspares)); 5830 fnvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, 5832 VERIFY0(nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, 6151 &spa->spa_spares, ZPOOL_CONFIG_SPARES, SPA_VERSION_SPARES, 6406 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, 6410 ZPOOL_CONFIG_SPARES, (const nvlist_t * const *)spares, 6673 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, [all …]
|
| HD | vdev_draid.c | 1711 error = nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in vdev_draid_spare_create() 1763 (void) nvlist_remove_all(nvroot, ZPOOL_CONFIG_SPARES); in vdev_draid_spare_create() 1764 fnvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in vdev_draid_spare_create() 2719 ZPOOL_CONFIG_SPARES, &spares, &nspares) != 0)) { in vdev_draid_spare_lookup()
|
| HD | vdev_removal.c | 2410 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0 && in spa_vdev_remove() 2437 ZPOOL_CONFIG_SPARES, spares, nspares, nv); in spa_vdev_remove()
|
| HD | vdev.c | 5117 ZPOOL_CONFIG_SPARES, &aux, &naux) == 0); in vdev_config_dirty()
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzutil/ |
| HD | zutil_import.c | 852 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in get_configs() 2059 ZPOOL_CONFIG_SPARES, in for_each_vdev_cb()
|
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/fs/ |
| HD | zfs.h | 791 #define ZPOOL_CONFIG_SPARES "spares" macro
|
| /freebsd-14-stable/sys/cddl/boot/zfs/ |
| HD | zfsimpl.h | 819 #define ZPOOL_CONFIG_SPARES "spares" macro
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/ |
| HD | ztest.c | 3396 aux = ZPOOL_CONFIG_SPARES; in ztest_vdev_aux_add_remove()
|