| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/ |
| H A D | l2arc_compressed_arc.ksh | 32 export DIRECTORY=/$TESTPOOL-l2arc 64 if poolexists $TESTPOOL-l2arc ; then 65 destroy_pool $TESTPOOL-l2arc 85 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE 98 log_must zpool destroy -f $TESTPOOL-l2arc
|
| H A D | l2arc_compressed_arc_disabled.ksh | 32 export DIRECTORY=/$TESTPOOL-l2arc 64 if poolexists $TESTPOOL-l2arc ; then 65 destroy_pool $TESTPOOL-l2arc 85 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE 98 log_must zpool destroy -f $TESTPOOL-l2arc
|
| H A D | l2arc_encrypted_no_compressed_arc.ksh | 33 export DIRECTORY=/$TESTPOOL-l2arc/encrypted 65 if poolexists $TESTPOOL-l2arc ; then 66 destroy_pool $TESTPOOL-l2arc 86 log_must zpool create -O compression=zstd -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE 103 log_must zpool destroy -f $TESTPOOL-l2arc
|
| H A D | l2arc_encrypted.ksh | 33 export DIRECTORY=/$TESTPOOL-l2arc/encrypted 65 if poolexists $TESTPOOL-l2arc ; then 66 destroy_pool $TESTPOOL-l2arc 86 log_must zpool create -O compression=zstd -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE 103 log_must zpool destroy -f $TESTPOOL-l2arc
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | tunables.cfg | 49 L2ARC_DWPD_LIMIT l2arc.dwpd_limit l2arc_dwpd_limit 50 L2ARC_EXT_HEADROOM_PCT l2arc.ext_headroom_pct l2arc_ext_headroom_pct 51 L2ARC_MFUONLY l2arc.mfuonly l2arc_mfuonly 52 L2ARC_NOPREFETCH l2arc.noprefetch l2arc_noprefetch 53 L2ARC_REBUILD_BLOCKS_MIN_L2SIZE l2arc.rebuild_blocks_min_l2size l2arc_rebuild_blocks_min_l2size 54 L2ARC_REBUILD_ENABLED l2arc.rebuild_enabled l2arc_rebuild_enabled 55 L2ARC_TRIM_AHEAD l2arc.trim_ahead l2arc_trim_ahead 56 L2ARC_META_CYCLES l2arc.meta_cycles l2arc_meta_cycles 57 L2ARC_WRITE_MAX l2arc.write_max l2arc_write_max
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/ |
| H A D | cleanup.ksh | 22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | setup.ksh | 22 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | persist_l2arc_003_neg.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc_mfuonly_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | persist_l2arc_001_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | persist_l2arc_005_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | persist_l2arc_004_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc_l2miss_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | persist_l2arc_002_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc_arcstats_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc_multidev_throughput_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc_dwpd_ratelimit_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc_multidev_scaling_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc_dwpd_reimport_pos.ksh | 23 . $STF_SUITE/tests/functional/l2arc/l2arc.cfg
|
| H A D | l2arc.cfg | 25 export VDIR=$TESTDIR/disk.l2arc
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_retire.c | 491 boolean_t l2arc = B_FALSE; in zfs_retire_recv() local 526 l2arc = B_TRUE; in zfs_retire_recv() 585 if (!skip_removal && (l2arc || in zfs_retire_recv() 593 if (!l2arc && !remove_status && in zfs_retire_recv()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | arc.h | 322 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 D | sysctl_os.c | 106 SYSCTL_NODE(_vfs_zfs, OID_AUTO, l2arc, CTLFLAG_RW, 0, "ZFS l2arc");
|
| /freebsd/sys/contrib/openzfs/tests/runfiles/ |
| H A D | common.run | 1163 [tests/functional/l2arc] 1168 tags = ['functional', 'l2arc']
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 7099 blkptr_t *bp, arc_buf_t *buf, boolean_t uncached, boolean_t l2arc, in arc_write() argument 7118 else if (l2arc) in arc_write()
|