Searched refs:sav_vdevs (Results 1 – 6 of 6) sorted by relevance
1285 vdev_free(spa->spa_spares.sav_vdevs[i]); in spa_unload()1286 if (spa->spa_spares.sav_vdevs) { in spa_unload()1287 kmem_free(spa->spa_spares.sav_vdevs, in spa_unload()1289 spa->spa_spares.sav_vdevs = NULL; in spa_unload()1298 vdev_clear_stats(spa->spa_l2cache.sav_vdevs[i]); in spa_unload()1299 vdev_free(spa->spa_l2cache.sav_vdevs[i]); in spa_unload()1301 if (spa->spa_l2cache.sav_vdevs) { in spa_unload()1302 kmem_free(spa->spa_l2cache.sav_vdevs, in spa_unload()1304 spa->spa_l2cache.sav_vdevs = NULL; in spa_unload()1342 vd = spa->spa_spares.sav_vdevs[i]; in spa_load_spares()[all …]
2934 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty()
7204 l2arc_vdev_get(spa->spa_l2cache.sav_vdevs[i]); in l2arc_spa_rebuild_start()
67 vdev_t **sav_vdevs; /* devices */ member
1854 uintptr_t sav_vdevs; member1885 if (mdb_vread(aux, len, sav->sav_vdevs) == -1) { in spa_print_aux()1888 sav->sav_vdevs); in spa_print_aux()
2592 guid = sav->sav_vdevs[ztest_random(sav->sav_count)]->vdev_guid; in ztest_vdev_aux_add_remove()2605 if (strcmp(sav->sav_vdevs[c]->vdev_path, in ztest_vdev_aux_add_remove()2835 newvd = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_vdev_attach_detach()4891 vd0 = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_fault_inject()