Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_SPARES (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h67 #define ZPOOL_CONFIG_SPARES "spares" macro
/titanic_41/usr/src/lib/libzpool/common/
H A Dutil.c152 show_vdev_stats(NULL, ZPOOL_CONFIG_SPARES, nvroot, 0); in show_pool_stats()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_vdev.c964 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 Dzpool_main.c1093 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()
4258 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in status_callback()
/titanic_41/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c120 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in find_vdev_iter()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c1359 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 Dvdev.c2941 ZPOOL_CONFIG_SPARES, &aux, &naux) == 0); in vdev_config_dirty()
H A Dzfs_ioctl.c1905 (void) nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_SPARES, in zfs_ioc_vdev_add()
/titanic_41/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c234 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in replace_with_spare()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h524 #define ZPOOL_CONFIG_SPARES "spares" macro
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c785 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in get_configs()
1654 cb.cb_type = ZPOOL_CONFIG_SPARES; in zpool_in_use()
H A Dlibzfs_pool.c1238 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_SPARES, in zpool_add()
2039 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_SPARES, in vdev_to_nvlist_iter()
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c223 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_SPARES, &child, in zfs_mark_vdev()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c2574 aux = ZPOOL_CONFIG_SPARES; in ztest_vdev_aux_add_remove()