Home
last modified time | relevance | path

Searched refs:lz4 (Results 1 – 23 of 23) sorted by relevance

/Linux-v6.1/fs/erofs/
Ddecompressor.c29 struct z_erofs_lz4_cfgs *lz4, int size) in z_erofs_load_lz4_config() argument
34 if (lz4) { in z_erofs_load_lz4_config()
39 distance = le16_to_cpu(lz4->max_distance); in z_erofs_load_lz4_config()
41 sbi->lz4.max_pclusterblks = le16_to_cpu(lz4->max_pclusterblks); in z_erofs_load_lz4_config()
42 if (!sbi->lz4.max_pclusterblks) { in z_erofs_load_lz4_config()
43 sbi->lz4.max_pclusterblks = 1; /* reserved case */ in z_erofs_load_lz4_config()
44 } else if (sbi->lz4.max_pclusterblks > in z_erofs_load_lz4_config()
47 sbi->lz4.max_pclusterblks); in z_erofs_load_lz4_config()
52 sbi->lz4.max_pclusterblks = 1; in z_erofs_load_lz4_config()
55 sbi->lz4.max_distance_pages = distance ? in z_erofs_load_lz4_config()
[all …]
Dinternal.h133 struct erofs_sb_lz4_info lz4; member
567 struct z_erofs_lz4_cfgs *lz4, int len);
577 struct z_erofs_lz4_cfgs *lz4, int len) in z_erofs_load_lz4_config() argument
579 if (lz4 || dsb->u1.lz4_max_distance) { in z_erofs_load_lz4_config()
/Linux-v6.1/arch/arm64/boot/
DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst
30 $(obj)/Image.lz4: $(obj)/Image FORCE
31 $(call if_changed,lz4)
/Linux-v6.1/arch/parisc/boot/compressed/
DMakefile14 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
55 suffix-$(CONFIG_KERNEL_LZ4) := lz4
64 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
/Linux-v6.1/arch/riscv/boot/
DMakefile50 $(obj)/Image.lz4: $(obj)/Image FORCE
51 $(call if_changed,lz4)
/Linux-v6.1/arch/s390/boot/
DMakefile49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
108 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
118 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
/Linux-v6.1/arch/x86/boot/compressed/
DMakefile30 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst
143 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
153 suffix-$(CONFIG_KERNEL_LZ4) := lz4
/Linux-v6.1/drivers/block/zram/
DKconfig32 bool "lz4"
53 default "lz4" if ZRAM_DEF_COMP_LZ4
/Linux-v6.1/arch/csky/boot/
DMakefile12 compress-$(CONFIG_KERNEL_LZ4) = lz4
/Linux-v6.1/usr/
DMakefile12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
DKconfig204 If you choose this, keep in mind that most distros don't provide lz4
/Linux-v6.1/drivers/firmware/efi/libstub/
DMakefile.zboot7 comp-type-$(CONFIG_KERNEL_LZ4) := lz4
/Linux-v6.1/fs/pstore/
DKconfig85 deflate, lzo, lz4, lz4hc, 842 and zstd.
96 bool "lz4" if PSTORE_LZ4_COMPRESS
114 default "lz4" if PSTORE_LZ4_COMPRESS_DEFAULT
/Linux-v6.1/scripts/package/
Dbuildtar125 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo ; do
/Linux-v6.1/lib/
DMakefile190 obj-$(CONFIG_LZ4_COMPRESS) += lz4/
191 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
192 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
/Linux-v6.1/
D.gitignore32 *.lz4
/Linux-v6.1/crypto/
DMakefile163 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
DKconfig1201 See https://github.com/lz4/lz4 for further information.
1212 See https://github.com/lz4/lz4 for further information.
/Linux-v6.1/Documentation/filesystems/
Dsquashfs.rst9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
Df2fs.rst283 "lz4", "zstd" and "lzo-rle" algorithm.
285 "lz4" and "zstd" support compress level config.
287 lz4 3 - 16
/Linux-v6.1/Documentation/admin-guide/blockdev/
Dzram.rst100 lzo [lz4]
/Linux-v6.1/mm/
DKconfig110 default "lz4" if ZSWAP_COMPRESSOR_DEFAULT_LZ4
/Linux-v6.1/init/
DKconfig321 <https://code.google.com/p/lz4/>.