Searched refs:sav_vdevs (Results 1 – 5 of 5) sorted by relevance
1280 vdev_free(spa->spa_spares.sav_vdevs[i]); in spa_unload()1281 if (spa->spa_spares.sav_vdevs) { in spa_unload()1282 kmem_free(spa->spa_spares.sav_vdevs, in spa_unload()1284 spa->spa_spares.sav_vdevs = NULL; in spa_unload()1293 vdev_clear_stats(spa->spa_l2cache.sav_vdevs[i]); in spa_unload()1294 vdev_free(spa->spa_l2cache.sav_vdevs[i]); in spa_unload()1296 if (spa->spa_l2cache.sav_vdevs) { in spa_unload()1297 kmem_free(spa->spa_l2cache.sav_vdevs, in spa_unload()1299 spa->spa_l2cache.sav_vdevs = NULL; in spa_unload()1337 vd = spa->spa_spares.sav_vdevs[i]; in spa_load_spares()[all …]
2929 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty()
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()