Home
last modified time | relevance | path

Searched refs:l2arc (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc.ksh31 export DIRECTORY=/$TESTPOOL-l2arc
61 if poolexists $TESTPOOL-l2arc ; then
62 destroy_pool $TESTPOOL-l2arc
82 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV \
96 log_must zpool destroy -f $TESTPOOL-l2arc
H A Dl2arc_compressed_arc_disabled.ksh31 export DIRECTORY=/$TESTPOOL-l2arc
61 if poolexists $TESTPOOL-l2arc ; then
62 destroy_pool $TESTPOOL-l2arc
82 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV \
96 log_must zpool destroy -f $TESTPOOL-l2arc
/illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/
H A Dcleanup.ksh21 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dsetup.ksh21 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_003_neg.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dl2arc_mfuonly_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_004_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_007_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_001_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_002_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_006_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_005_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dl2arc_arcstats_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_008_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/l2arc
H A Dl2arc.cfg24 export VDIR=$TESTDIR/disk.l2arc
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h239 blkptr_t *bp, arc_buf_t *buf, boolean_t l2arc, const zio_prop_t *zp,
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run885 [tests/functional/l2arc]
890 tags = ['functional', 'l2arc']
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m2481 dir path=opt/zfs-tests/tests/functional/l2arc
2482 file path=opt/zfs-tests/tests/functional/l2arc/cleanup mode=0555
2483 file path=opt/zfs-tests/tests/functional/l2arc/l2arc.cfg mode=0444
2484 file path=opt/zfs-tests/tests/functional/l2arc/l2arc_arcstats_pos mode=0555
2485 file path=opt/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos mode=0555
2486 file path=opt/zfs-tests/tests/functional/l2arc/persist_l2arc_001_pos mode=0555
2487 file path=opt/zfs-tests/tests/functional/l2arc/persist_l2arc_002_pos mode=0555
2488 file path=opt/zfs-tests/tests/functional/l2arc/persist_l2arc_003_neg mode=0555
2489 file path=opt/zfs-tests/tests/functional/l2arc/persist_l2arc_004_pos mode=0555
2490 file path=opt/zfs-tests/tests/functional/l2arc/persist_l2arc_005_pos mode=0555
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c6660 boolean_t l2arc, const zio_prop_t *zp, arc_write_done_func_t *ready, in arc_write() argument
6676 if (l2arc) in arc_write()