Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc_disabled.ksh31 export DIRECTORY=/$TESTPOOL-l2arc
63 if poolexists $TESTPOOL-l2arc ; then
64 destroy_pool $TESTPOOL-l2arc
84 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
97 log_must zpool destroy -f $TESTPOOL-l2arc
H A Dl2arc_encrypted_no_compressed_arc.ksh32 export DIRECTORY=/$TESTPOOL-l2arc/encrypted
64 if poolexists $TESTPOOL-l2arc ; then
65 destroy_pool $TESTPOOL-l2arc
85 log_must zpool create -O compression=zstd -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
89 "$TESTPOOL-l2arc/encrypted"
102 log_must zpool destroy -f $TESTPOOL-l2arc
H A Dl2arc_compressed_arc.ksh31 export DIRECTORY=/$TESTPOOL-l2arc
63 if poolexists $TESTPOOL-l2arc ; then
64 destroy_pool $TESTPOOL-l2arc
84 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
97 log_must zpool destroy -f $TESTPOOL-l2arc
H A Dl2arc_encrypted.ksh32 export DIRECTORY=/$TESTPOOL-l2arc/encrypted
64 if poolexists $TESTPOOL-l2arc ; then
65 destroy_pool $TESTPOOL-l2arc
85 log_must zpool create -O compression=zstd -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
89 "$TESTPOOL-l2arc/encrypted"
102 log_must zpool destroy -f $TESTPOOL-l2arc
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg47 L2ARC_MFUONLY l2arc.mfuonly l2arc_mfuonly
48 L2ARC_NOPREFETCH l2arc.noprefetch l2arc_noprefetch
49 L2ARC_REBUILD_BLOCKS_MIN_L2SIZE l2arc.rebuild_blocks_min_l2size l2arc_rebuild_blocks_min_l2size
50 L2ARC_REBUILD_ENABLED l2arc.rebuild_enabled l2arc_rebuild_enabled
51 L2ARC_TRIM_AHEAD l2arc.trim_ahead l2arc_trim_ahead
52 L2ARC_WRITE_BOOST l2arc.write_boost l2arc_write_boost
53 L2ARC_WRITE_MAX l2arc.write_max l2arc_write_max
/freebsd/sys/contrib/openzfs/tests/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 Dl2arc_mfuonly_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dpersist_l2arc_003_neg.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_005_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dl2arc_l2miss_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
26 # l2arc_misses does not increment upon reads from a pool without l2arc
43 log_assert "l2arc_misses does not increment upon reads from a pool without l2arc."
65 # I/O to pool without l2arc - expect that l2_misses stays constant
79 # I/O to pool with l2arc - expect that l2_misses rises
96 log_pass "l2arc_misses does not increment upon reads from a pool without l2arc."
H A Dpersist_l2arc_004_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 Dl2arc_arcstats_pos.ksh22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
H A Dl2arc.cfg24 export VDIR=$TESTDIR/disk.l2arc
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c378 boolean_t l2arc = B_FALSE; in zfs_retire_recv() local
412 l2arc = B_TRUE; in zfs_retire_recv()
454 if (l2arc || (strcmp(class, "resource.fs.zfs.removed") == 0)) { in zfs_retire_recv()
461 if (!l2arc && !remove_status && in zfs_retire_recv()
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h321 arc_buf_t *buf, boolean_t uncached, boolean_t l2arc, const zio_prop_t *zp,
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c105 SYSCTL_NODE(_vfs_zfs, OID_AUTO, l2arc, CTLFLAG_RW, 0, "ZFS l2arc");
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dcommon.run1068 [tests/functional/l2arc]
1072 tags = ['functional', 'l2arc']
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c6870 blkptr_t *bp, arc_buf_t *buf, boolean_t uncached, boolean_t l2arc, in arc_write() argument
6889 else if (l2arc) in arc_write()