Searched refs:sav_vdevs (Results 1 – 6 of 6) sorted by relevance
1284 vdev_free(spa->spa_spares.sav_vdevs[i]); in spa_unload()1285 if (spa->spa_spares.sav_vdevs) { in spa_unload()1286 kmem_free(spa->spa_spares.sav_vdevs, in spa_unload()1288 spa->spa_spares.sav_vdevs = NULL; in spa_unload()1297 vdev_clear_stats(spa->spa_l2cache.sav_vdevs[i]); in spa_unload()1298 vdev_free(spa->spa_l2cache.sav_vdevs[i]); in spa_unload()1300 if (spa->spa_l2cache.sav_vdevs) { in spa_unload()1301 kmem_free(spa->spa_l2cache.sav_vdevs, in spa_unload()1303 spa->spa_l2cache.sav_vdevs = NULL; in spa_unload()1341 vd = spa->spa_spares.sav_vdevs[i]; in spa_load_spares()[all …]
2924 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty()
7145 l2arc_vdev_get(spa->spa_l2cache.sav_vdevs[i]); in l2arc_spa_rebuild_start()
66 vdev_t **sav_vdevs; /* devices */ member
1852 uintptr_t sav_vdevs; member1883 if (mdb_vread(aux, len, sav->sav_vdevs) == -1) { in spa_print_aux()1886 sav->sav_vdevs); in spa_print_aux()
2588 guid = sav->sav_vdevs[ztest_random(sav->sav_count)]->vdev_guid; in ztest_vdev_aux_add_remove()2601 if (strcmp(sav->sav_vdevs[c]->vdev_path, in ztest_vdev_aux_add_remove()2831 newvd = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_vdev_attach_detach()4887 vd0 = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_fault_inject()