Home
last modified time | relevance | path

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

/Linux-v6.6/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.h139 struct erofs_sb_lz4_info lz4; member
474 struct z_erofs_lz4_cfgs *lz4, int len);
492 struct z_erofs_lz4_cfgs *lz4, int len) in z_erofs_load_lz4_config() argument
494 if (lz4 || dsb->u1.lz4_max_distance) { in z_erofs_load_lz4_config()
/Linux-v6.6/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.6/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.6/arch/riscv/boot/
DMakefile57 $(obj)/Image.lz4: $(obj)/Image FORCE
58 $(call if_changed,lz4)
/Linux-v6.6/arch/s390/boot/
DMakefile49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
110 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
120 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
/Linux-v6.6/arch/x86/boot/compressed/
DMakefile30 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst
147 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
157 suffix-$(CONFIG_KERNEL_LZ4) := lz4
/Linux-v6.6/drivers/block/zram/
DKconfig32 bool "lz4"
53 default "lz4" if ZRAM_DEF_COMP_LZ4
/Linux-v6.6/arch/csky/boot/
DMakefile12 compress-$(CONFIG_KERNEL_LZ4) = lz4
/Linux-v6.6/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.6/scripts/package/
Dbuildtar93 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo vmlinuz.efi ; do
/Linux-v6.6/drivers/firmware/efi/libstub/
DMakefile.zboot16 comp-type-$(CONFIG_KERNEL_LZ4) := lz4
/Linux-v6.6/lib/
DMakefile201 obj-$(CONFIG_LZ4_COMPRESS) += lz4/
202 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
203 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
/Linux-v6.6/
D.gitignore33 *.lz4
/Linux-v6.6/Documentation/admin-guide/blockdev/
Dzram.rst100 lzo [lz4]
430 #1: lzo lzo-rle lz4 lz4hc [zstd]
431 #2: lzo lzo-rle lz4 [lz4hc] zstd
/Linux-v6.6/crypto/
DMakefile163 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
DKconfig1206 See https://github.com/lz4/lz4 for further information.
1217 See https://github.com/lz4/lz4 for further information.
/Linux-v6.6/Documentation/filesystems/
Dsquashfs.rst9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
Df2fs.rst290 "lz4", "zstd" and "lzo-rle" algorithm.
292 "lz4" and "zstd" support compress level config.
294 lz4 3 - 16
/Linux-v6.6/mm/
DKconfig125 default "lz4" if ZSWAP_COMPRESSOR_DEFAULT_LZ4
/Linux-v6.6/Documentation/admin-guide/
Dquickly-build-trimmed-linux.rst453 Sometimes you will need tools for compression formats like bzip2, gzip, lz4,
/Linux-v6.6/init/
DKconfig323 <https://code.google.com/p/lz4/>.