/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 67 #define ZPOOL_CONFIG_SPARES "spares" macro
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | util.c | 127 show_vdev_stats(NULL, ZPOOL_CONFIG_SPARES, nvroot, 0); in show_pool_stats()
|
/titanic_44/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 964 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in make_disks() 1014 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in is_spare() 1080 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in is_device_in_use() 1343 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in construct_spec()
|
H A D | zpool_main.c | 1093 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in max_width() 1400 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in print_import_config() 2886 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, &child, in print_list_stats() 4256 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in status_callback()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1359 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0); in spa_load_spares() 1421 VERIFY(nvlist_remove(spa->spa_spares.sav_config, ZPOOL_CONFIG_SPARES, in spa_load_spares() 1430 ZPOOL_CONFIG_SPARES, spares, spa->spa_spares.sav_count) == 0); in spa_load_spares() 3106 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0); in spa_add_spares() 3109 ZPOOL_CONFIG_SPARES, spares, nspares) == 0); in spa_add_spares() 3111 ZPOOL_CONFIG_SPARES, &spares, &nspares) == 0); in spa_add_spares() 3392 &spa->spa_spares, ZPOOL_CONFIG_SPARES, SPA_VERSION_SPARES, in spa_validate_aux() 3578 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in spa_create() 3583 ZPOOL_CONFIG_SPARES, spares, nspares) == 0); in spa_create() 4041 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in spa_import() [all …]
|
H A D | vdev.c | 2941 ZPOOL_CONFIG_SPARES, &aux, &naux) == 0); in vdev_config_dirty()
|
H A D | zfs_ioctl.c | 1904 (void) nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_SPARES, in zfs_ioc_vdev_add()
|
/titanic_44/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 234 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in replace_with_spare()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 524 #define ZPOOL_CONFIG_SPARES "spares" macro
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 785 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in get_configs() 1653 cb.cb_type = ZPOOL_CONFIG_SPARES; in zpool_in_use()
|
H A D | libzfs_pool.c | 1235 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in zpool_add() 2035 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in vdev_to_nvlist_iter()
|
/titanic_44/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 223 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_SPARES, &child, in zfs_mark_vdev()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 2577 aux = ZPOOL_CONFIG_SPARES; in ztest_vdev_aux_add_remove()
|