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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1317 for (i = 0; i < spa->spa_l2cache.sav_count; i++) {
1318 vdev_clear_stats(spa->spa_l2cache.sav_vdevs[i]);
1319 vdev_free(spa->spa_l2cache.sav_vdevs[i]);
1321 if (spa->spa_l2cache.sav_vdevs) {
1322 kmem_free(spa->spa_l2cache.sav_vdevs,
1323 spa->spa_l2cache.sav_count * sizeof (void *));
1324 spa->spa_l2cache.sav_vdevs = NULL;
1326 if (spa->spa_l2cache.sav_config) {
1327 nvlist_free(spa->spa_l2cache.sav_config);
1328 spa->spa_l2cache
[all...]
H A Dvdev.c1619 vd->vdev_aux == &spa->spa_l2cache &&
2615 for (int c = 0; c < spa->spa_l2cache.sav_count; c++)
2616 vdev_clear(spa, spa->spa_l2cache.sav_vdevs[c]);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h155 spa_aux_vdev_t spa_l2cache; /* L2ARC cache devices */ member in struct:spa
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2569 sav = &spa->spa_l2cache;
4843 spa_aux_vdev_t *sav = &spa->spa_l2cache;

Completed in 178 milliseconds