/freebsd/contrib/file/magic/Magdir/ |
H A D | mozilla | 11 0 string mozLz4a Mozilla lz4 compressed bookmark data 13 # URL: https://lz4.github.io/lz4/ 17 # can be unpacked by dejsonlz4 but not lz4 program. 18 0 string mozLz40\0 Mozilla lz4 compressed data 19 !:mime application/x-lz4+json 24 # lz4 data 25 #>12 ubequad x \b, lz4 data %#16.16llx
|
H A D | gentoo | 81 >>>>>&0 string lz4\0 using lz4 compression
|
H A D | compress | 297 # https://fastcompression.blogspot.fi/2013/04/lz4-streaming-format-final.html 299 !:mime application/x-lz4 300 !:ext lz4 303 !:mime application/x-lz4 305 !:mime application/x-lz4
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/ |
H A D | pool_checkpoint.kshlib | 208 log_must zfs create -o compression=lz4 -o recordsize=8k $FS0 209 log_must zfs create -o compression=lz4 -o recordsize=8k $FS1 217 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS0 218 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS1 273 log_must zfs create -o compression=lz4 -o recordsize=8k $FS2 282 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2 322 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS2
|
H A D | checkpoint_capacity.ksh | 64 log_must zfs create -o compression=lz4 -o recordsize=8k $NESTEDFS0
|
/freebsd/usr.bin/vtfontcvt/ |
H A D | Makefile | 2 SRCS= vtfontcvt.c lz4.c 6 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4 7 CFLAGS+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
|
H A D | vtfontcvt.c | 800 write_fnt_source(bool lz4, const char *filename) in write_fnt_source() argument 814 if (lz4 == true) { in write_fnt_source() 832 if (lz4 == true) { in write_fnt_source() 926 if (lz4 == true) { in write_fnt_source() 955 if (lz4 == true) { in write_fnt_source()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send-c_zstreamdump.ksh | 44 log_must zfs create -o compress=lz4 $sendfs 45 log_must zfs create -o compress=lz4 $streamfs 51 log_must stream_has_features $BACKDIR/full lz4 compressed
|
H A D | send-c_embedded_blocks.ksh | 45 log_must zfs create -o compress=lz4 $sendfs 46 log_must zfs create -o compress=lz4 $recvfs 47 log_must zfs create -o compress=lz4 $recvfs2
|
H A D | send-c_recv_dedup.ksh | 42 log_must zfs create -o compress=lz4 $sendfs 43 log_must zfs create -o compress=lz4 -o dedup=verify $recvfs
|
H A D | send-c_zstream_recompress.ksh | 43 log_must zfs create -o compress=lz4 $sendfs
|
H A D | rsend.kshlib | 660 if datasetexists $sendfs || zfs create -o compress=lz4 $sendfs; then 687 log_must zfs create -o compress=lz4 $streamfs 710 feature[lz4]="20000"
|
H A D | send-c_volume.ksh | 50 log_must zfs create -V 256m -o compress=lz4 $vol
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
H A D | redacted_compressed.ksh | 51 log_must stream_has_features $stream compressed lz4 redacted 60 log_must stream_has_features $stream compressed lz4 67 log_must stream_has_features $stream compressed lz4
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 54 - __HAVE_LZ4__ : `zstd` can compress and decompress files in `.lz4` formats. 55 This is ordered through commands `--format=lz4`. 56 Alternatively, symlinks named `lz4`, or `unlz4` will mimic intended behavior. 57 `.lz4` support is automatically enabled when `lz4` library is detected at build time. 58 It's possible to disable `.lz4` support, by setting `HAVE_LZ4=0` . 60 It's also possible to force compilation with lz4 support, using `HAVE_LZ4=1`. 61 In which case, linking stage will fail if `lz4` library cannot be found. 102 - `lz4` : if lz4 support is enabled, will mimic `lz4` by compressing file using `.lz4` format. If l… 190 --format=lz4 : compress files to the .lz4 format
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | README | 8 lz4.c compression support 14 The files fletcher.c, lzjb.c, lz4.c, sha256.c and blkptr.c are largely identical
|
/freebsd/lib/libarchive/tests/ |
H A D | Makefile | 369 ${PACKAGE}FILES+= test_compat_lz4_1.tar.lz4.uu 370 ${PACKAGE}FILES+= test_compat_lz4_2.tar.lz4.uu 371 ${PACKAGE}FILES+= test_compat_lz4_3.tar.lz4.uu 372 ${PACKAGE}FILES+= test_compat_lz4_B4.tar.lz4.uu 373 ${PACKAGE}FILES+= test_compat_lz4_B4BD.tar.lz4.uu 374 ${PACKAGE}FILES+= test_compat_lz4_B4BDBX.tar.lz4.uu 375 ${PACKAGE}FILES+= test_compat_lz4_B5.tar.lz4.uu 376 ${PACKAGE}FILES+= test_compat_lz4_B5BD.tar.lz4.uu 377 ${PACKAGE}FILES+= test_compat_lz4_B6.tar.lz4.uu 378 ${PACKAGE}FILES+= test_compat_lz4_B6BD.tar.lz4.uu [all …]
|
/freebsd/stand/libsa/ |
H A D | Makefile | 107 .PATH: ${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4 108 SRCS+= lz4.c 109 CFLAGS.lz4.c+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
|
/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 146 $(Q)$(RM) -r lz4 374 [ -e lz4 ] || git clone https://github.com/lz4/lz4 && sudo $(MAKE) -C lz4 install
|
H A D | README.md | 9 and a command line utility producing and decoding `.zst`, `.gz`, `.xz` and `.lz4` files. 55 | [lz4] 1.9.3 | 2.101 | 740 MB/s | 4500 MB/s | 60 [lz4]: http://www.lz4.org/
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/ |
H A D | l2arc_compressed_arc_disabled.ksh | 84 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
|
H A D | l2arc_compressed_arc.ksh | 84 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
H A D | bclone_diffprops_all.ksh | 43 log_must zfs set compress=lz4 $TESTDSTFS
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-1-setup.sh | 87 -O relatime=off -O atime=off -O xattr=sa -O compression=lz4 \
|
/freebsd/stand/libsa/zfs/ |
H A D | Makefile.inc | 67 -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4
|