/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 67 #define ZPOOL_CONFIG_SPARES "spares" macro
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 1087 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in make_disks() 1141 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in is_spare() 1207 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in is_device_in_use() 1529 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in construct_spec()
|
H A D | zpool_iter.c | 269 ZPOOL_CONFIG_SPARES, in for_each_vdev_cb()
|
H A D | zpool_main.c | 1638 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in max_width() 2131 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in print_import_config() 5357 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, &child, in print_list_stats() 7383 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in status_callback()
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 136 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in find_vdev() 281 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in replace_with_spare()
|
/illumos-gate/usr/src/cmd/fm/schemes/zfs/ |
H A D | scheme.c | 120 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in find_vdev_iter()
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | util.c | 147 show_vdev_stats(NULL, ZPOOL_CONFIG_SPARES, nvroot, 0); in show_pool_stats()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 440 cb.cb_type = ZPOOL_CONFIG_SPARES; in zpool_in_use()
|
H A D | libzfs_pool.c | 1454 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in zpool_add() 2548 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in vdev_to_nvlist_iter()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1629 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0); in spa_load_spares() 1691 VERIFY(nvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES, in spa_load_spares() 1700 ZPOOL_CONFIG_SPARES, spares, spa->spa_spares.sav_count) == 0); in spa_load_spares() 4699 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0); 4702 ZPOOL_CONFIG_SPARES, spares, nspares) == 0); 4704 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0); 4979 &spa->spa_spares, ZPOOL_CONFIG_SPARES, SPA_VERSION_SPARES, 5228 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, 5233 ZPOOL_CONFIG_SPARES, spares, nspares) == 0); 5762 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, [all …]
|
H A D | vdev_removal.c | 2095 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0 && in spa_vdev_remove() 2112 ZPOOL_CONFIG_SPARES, spares, nspares, nv); in spa_vdev_remove()
|
H A D | vdev.c | 4167 ZPOOL_CONFIG_SPARES, &aux, &naux) == 0); in vdev_config_dirty()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 671 #define ZPOOL_CONFIG_SPARES "spares" macro
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 230 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_SPARES, &child, in zfs_mark_vdev()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 782 #define ZPOOL_CONFIG_SPARES "spares" macro
|
/illumos-gate/usr/src/lib/libzutil/common/ |
H A D | zutil_import.c | 825 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in get_configs()
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 3029 aux = ZPOOL_CONFIG_SPARES; in ztest_vdev_aux_add_remove()
|