OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spa_l2cache
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c
1367
for (i = 0; i < spa->
spa_l2cache
.sav_count; i++) {
1368
vdev_clear_stats(spa->
spa_l2cache
.sav_vdevs[i]);
1369
vdev_free(spa->
spa_l2cache
.sav_vdevs[i]);
1371
if (spa->
spa_l2cache
.sav_vdevs) {
1372
kmem_free(spa->
spa_l2cache
.sav_vdevs,
1373
spa->
spa_l2cache
.sav_count * sizeof (void *));
1374
spa->
spa_l2cache
.sav_vdevs = NULL;
1376
if (spa->
spa_l2cache
.sav_config) {
1377
nvlist_free(spa->
spa_l2cache
.sav_config);
1378
spa->
spa_l2cache
.sav_config = NULL
[
all
...]
vdev.c
1685
vd->vdev_aux == &spa->
spa_l2cache
&&
2775
for (int c = 0; c < spa->
spa_l2cache
.sav_count; c++)
2776
vdev_clear(spa, spa->
spa_l2cache
.sav_vdevs[c]);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h
175
spa_aux_vdev_t
spa_l2cache
; /* L2ARC cache devices */
member in struct:spa
/src/external/cddl/osnet/dist/cmd/ztest/
ztest.c
2579
sav = &spa->
spa_l2cache
;
4882
spa_aux_vdev_t *sav = &spa->
spa_l2cache
;
Completed in 45 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026