Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c1631 if (spa->spa_spares.sav_vdevs) { in spa_unload()
1634 spa->spa_spares.sav_vdevs = NULL; in spa_unload()
1646 if (spa->spa_l2cache.sav_vdevs) { in spa_unload()
1649 spa->spa_l2cache.sav_vdevs = NULL; in spa_unload()
1701 vd = spa->spa_spares.sav_vdevs[i]; in spa_load_spares()
1711 if (spa->spa_spares.sav_vdevs) in spa_load_spares()
1722 spa->spa_spares.sav_vdevs = NULL; in spa_load_spares()
1829 oldvdevs = sav->sav_vdevs; in spa_load_l2cache()
1831 sav->sav_vdevs = NULL; in spa_load_l2cache()
1903 sav->sav_vdevs = newvdevs; in spa_load_l2cache()
[all …]
H A Dvdev_trim.c1096 vd_l2cache = spa->spa_l2cache.sav_vdevs[i]; in vdev_trim_stop_all()
1622 vdev_t *vd = spa->spa_l2cache.sav_vdevs[i]; in vdev_trim_l2arc()
H A Dvdev_draid.c2697 if (sav->sav_vdevs[i]->vdev_ops == &vdev_draid_spare_ops && in vdev_draid_read_config_spare()
2698 strcmp(sav->sav_vdevs[i]->vdev_path, vd->vdev_path) == 0) { in vdev_draid_read_config_spare()
2699 guid = sav->sav_vdevs[i]->vdev_guid; in vdev_draid_read_config_spare()
H A Dvdev_removal.c2217 if (spa->spa_spares.sav_vdevs != NULL && in spa_vdev_remove()
2253 } else if (spa->spa_l2cache.sav_vdevs != NULL && in spa_vdev_remove()
H A Dzfs_fm.c546 spare_vd = spa->spa_spares.sav_vdevs[i]; in zfs_ereport_start()
H A Dvdev.c4587 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty()
H A Darc.c9735 l2arc_vdev_get(spa->spa_l2cache.sav_vdevs[i]); in l2arc_spa_rebuild_start()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h133 vdev_t **sav_vdevs; /* devices */ member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3280 vdev_t *svd = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_vdev_aux_add_remove()
3298 if (strcmp(sav->sav_vdevs[c]->vdev_path, in ztest_vdev_aux_add_remove()
3579 newvd = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_vdev_attach_detach()
6004 vd0 = sav->sav_vdevs[ztest_random(sav->sav_count)]; in ztest_fault_inject()