Searched refs:sav_vdevs (Results 1 – 5 of 5) sorted by relevance
1483 if (spa->spa_spares.sav_vdevs) { in spa_unload()1486 spa->spa_spares.sav_vdevs = NULL; in spa_unload()1498 if (spa->spa_l2cache.sav_vdevs) { in spa_unload()1501 spa->spa_l2cache.sav_vdevs = NULL; in spa_unload()1553 vd = spa->spa_spares.sav_vdevs[i]; in spa_load_spares()1563 if (spa->spa_spares.sav_vdevs) in spa_load_spares()1574 spa->spa_spares.sav_vdevs = NULL; in spa_load_spares()1690 oldvdevs = sav->sav_vdevs; in spa_load_l2cache()1692 sav->sav_vdevs = NULL; in spa_load_l2cache()1769 sav->sav_vdevs = newvdevs; in spa_load_l2cache()[all …]
2064 if (spa->spa_spares.sav_vdevs != NULL && in spa_vdev_remove()2089 } else if (spa->spa_l2cache.sav_vdevs != NULL && in spa_vdev_remove()
3492 vdev_clear(spa, spa->spa_l2cache.sav_vdevs[c]); in vdev_clear()3495 vdev_clear(spa, spa->spa_spares.sav_vdevs[c]); in vdev_clear()3932 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty()
128 vdev_t **sav_vdevs; /* devices */ member
2783 guid = sav->sav_vdevs[ztest_random(sav->sav_count)]->vdev_guid; in ztest_vdev_aux_add_remove()2796 if (strcmp(sav->sav_vdevs[c]->vdev_path, in ztest_vdev_aux_add_remove()3051 newvd = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_vdev_attach_detach()5251 vd0 = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_fault_inject()