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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1306 for (i = 0; i < spa->spa_l2cache.sav_count; i++) {
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,
1312 spa->spa_l2cache.sav_count * sizeof (void *));
1313 spa->spa_l2cache.sav_vdevs = NULL;
1315 if (spa->spa_l2cache.sav_config) {
1316 nvlist_free(spa->spa_l2cache.sav_config);
1317 spa->spa_l2cache
[all...]
H A Dvdev.c1569 vd->vdev_aux == &spa->spa_l2cache &&
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h170 spa_aux_vdev_t spa_l2cache; /* L2ARC cache devices */ member in struct:spa
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2068 mdb_spa_aux_vdev_t spa_l2cache; member in struct:mdb_spa_vdevs
2178 if (spa_print_aux(&spa.spa_l2cache, flags, v, "cache") != 0 ||
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2584 sav = &spa->spa_l2cache;
4891 spa_aux_vdev_t *sav = &spa->spa_l2cache;

Completed in 1253 milliseconds