Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c1284 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 …]
H A Dvdev.c2924 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty()
H A Darc.c7145 l2arc_vdev_get(spa->spa_l2cache.sav_vdevs[i]); in l2arc_spa_rebuild_start()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h66 vdev_t **sav_vdevs; /* devices */ member
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1852 uintptr_t sav_vdevs; member
1883 if (mdb_vread(aux, len, sav->sav_vdevs) == -1) { in spa_print_aux()
1886 sav->sav_vdevs); in spa_print_aux()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c2588 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()