Home
last modified time | relevance | path

Searched refs:sav_vdevs (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1483 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 …]
H A Dvdev_removal.c2064 if (spa->spa_spares.sav_vdevs != NULL && in spa_vdev_remove()
2089 } else if (spa->spa_l2cache.sav_vdevs != NULL && in spa_vdev_remove()
H A Dvdev.c3492 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()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h128 vdev_t **sav_vdevs; /* devices */ member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2783 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()