Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Ddecompressor.c32 struct z_erofs_lz4_cfgs *lz4, int size) in z_erofs_load_lz4_config() argument
37 if (lz4) { in z_erofs_load_lz4_config()
42 distance = le16_to_cpu(lz4->max_distance); in z_erofs_load_lz4_config()
44 sbi->lz4.max_pclusterblks = le16_to_cpu(lz4->max_pclusterblks); in z_erofs_load_lz4_config()
45 if (!sbi->lz4.max_pclusterblks) { in z_erofs_load_lz4_config()
46 sbi->lz4.max_pclusterblks = 1; /* reserved case */ in z_erofs_load_lz4_config()
47 } else if (sbi->lz4.max_pclusterblks > in z_erofs_load_lz4_config()
50 sbi->lz4.max_pclusterblks); in z_erofs_load_lz4_config()
52 } else if (sbi->lz4.max_pclusterblks >= 2) { in z_erofs_load_lz4_config()
57 sbi->lz4.max_pclusterblks = 1; in z_erofs_load_lz4_config()
[all …]
Dinternal.h86 struct erofs_sb_lz4_info lz4; member
466 struct z_erofs_lz4_cfgs *lz4, int len);
476 struct z_erofs_lz4_cfgs *lz4, int len) in z_erofs_load_lz4_config() argument
478 if (lz4 || dsb->u1.lz4_max_distance) { in z_erofs_load_lz4_config()
/Linux-v5.15/arch/arm64/boot/
DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo
30 $(obj)/Image.lz4: $(obj)/Image FORCE
31 $(call if_changed,lz4)
/Linux-v5.15/arch/parisc/boot/compressed/
DMakefile13 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
68 suffix-$(CONFIG_KERNEL_LZ4) := lz4
77 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
78 $(call if_changed,lz4)
/Linux-v5.15/arch/s390/boot/compressed/
DMakefile18 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
65 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
75 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
76 $(call if_changed,lz4)
/Linux-v5.15/arch/x86/boot/compressed/
DMakefile29 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst
133 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
134 $(call if_changed,lz4)
143 suffix-$(CONFIG_KERNEL_LZ4) := lz4
/Linux-v5.15/arch/riscv/boot/
DMakefile50 $(obj)/Image.lz4: $(obj)/Image FORCE
51 $(call if_changed,lz4)
/Linux-v5.15/drivers/block/zram/
DKconfig31 bool "lz4"
52 default "lz4" if ZRAM_DEF_COMP_LZ4
/Linux-v5.15/arch/csky/boot/
DMakefile13 compress-$(CONFIG_KERNEL_LZ4) = lz4
/Linux-v5.15/usr/
DMakefile17 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
DKconfig204 If you choose this, keep in mind that most distros don't provide lz4
/Linux-v5.15/scripts/package/
Dbuildtar121 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo ; do
/Linux-v5.15/lib/
DMakefile188 obj-$(CONFIG_LZ4_COMPRESS) += lz4/
189 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
190 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
/Linux-v5.15/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-v5.15/
D.gitignore32 *.lz4
/Linux-v5.15/arch/arm/boot/compressed/
DMakefile83 compress-$(CONFIG_KERNEL_LZ4) = lz4
/Linux-v5.15/arch/mips/boot/compressed/
DMakefile78 tool_$(CONFIG_KERNEL_LZ4) = lz4
/Linux-v5.15/crypto/
DMakefile155 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
/Linux-v5.15/Documentation/filesystems/
Dsquashfs.rst9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
Df2fs.rst269 "lz4", "zstd" and "lzo-rle" algorithm.
271 "lz4" and "zstd" support compress level config.
273 lz4 3 - 16
/Linux-v5.15/Documentation/admin-guide/blockdev/
Dzram.rst100 lzo [lz4]
/Linux-v5.15/mm/
DKconfig610 default "lz4" if ZSWAP_COMPRESSOR_DEFAULT_LZ4
/Linux-v5.15/init/
DKconfig304 <https://code.google.com/p/lz4/>.