Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/
H A Dspa.c1280 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 …]
H A Dvdev.c2929 if (sav->sav_vdevs[c] == vd) in vdev_config_dirty()
/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h67 vdev_t **sav_vdevs; /* devices */ member
/titanic_53/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1854 uintptr_t sav_vdevs; member
1885 if (mdb_vread(aux, len, sav->sav_vdevs) == -1) { in spa_print_aux()
1888 sav->sav_vdevs); in spa_print_aux()
/titanic_53/usr/src/cmd/ztest/
H A Dztest.c2592 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()