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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1294 vdev_free(spa->spa_spares.sav_vdevs[i]);
1295 if (spa->spa_spares.sav_vdevs) {
1296 kmem_free(spa->spa_spares.sav_vdevs,
1298 spa->spa_spares.sav_vdevs = NULL;
1307 vdev_clear_stats(spa->spa_l2cache.sav_vdevs[i]);
1308 vdev_free(spa->spa_l2cache.sav_vdevs[i]);
1310 if (spa->spa_l2cache.sav_vdevs) {
1311 kmem_free(spa->spa_l2cache.sav_vdevs,
1313 spa->spa_l2cache.sav_vdevs = NULL;
1351 vd = spa->spa_spares.sav_vdevs[
[all...]
H A Dvdev.c3019 if (sav->sav_vdevs[c] == vd)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h67 vdev_t **sav_vdevs; /* devices */ member in struct:spa_aux_vdev
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2596 guid = sav->sav_vdevs[ztest_random(sav->sav_count)]->vdev_guid;
2609 if (strcmp(sav->sav_vdevs[c]->vdev_path,
2839 newvd = sav->sav_vdevs[ztest_random(sav->sav_count)];
4898 vd0 = sav->sav_vdevs[ztest_random(sav->sav_count)];
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2063 uintptr_t sav_vdevs; member in struct:mdb_spa_aux_vdev
2094 if (mdb_vread(aux, len, sav->sav_vdevs) == -1) {
2097 sav->sav_vdevs);

Completed in 687 milliseconds