Home
last modified time | relevance | path

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

12

/linux-6.15/fs/erofs/
H A Ddecompressor.c16 struct z_erofs_lz4_cfgs *lz4 = data; in z_erofs_load_lz4_config() local
19 if (lz4) { in z_erofs_load_lz4_config()
24 distance = le16_to_cpu(lz4->max_distance); in z_erofs_load_lz4_config()
26 sbi->lz4.max_pclusterblks = le16_to_cpu(lz4->max_pclusterblks); in z_erofs_load_lz4_config()
27 if (!sbi->lz4.max_pclusterblks) { in z_erofs_load_lz4_config()
28 sbi->lz4.max_pclusterblks = 1; /* reserved case */ in z_erofs_load_lz4_config()
29 } else if (sbi->lz4.max_pclusterblks > in z_erofs_load_lz4_config()
32 sbi->lz4.max_pclusterblks); in z_erofs_load_lz4_config()
37 sbi->lz4.max_pclusterblks = 1; in z_erofs_load_lz4_config()
40 sbi->lz4.max_distance_pages = distance ? in z_erofs_load_lz4_config()
[all …]
H A Dinternal.h125 struct erofs_sb_lz4_info lz4; member
/linux-6.15/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo \
31 $(obj)/Image.lz4: $(obj)/Image FORCE
32 $(call if_changed,lz4)
/linux-6.15/arch/parisc/boot/compressed/
H A DMakefile10 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
51 suffix-$(CONFIG_KERNEL_LZ4) := lz4
60 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
/linux-6.15/arch/riscv/boot/
H A DMakefile52 $(obj)/Image.lz4: $(obj)/Image FORCE
53 $(call if_changed,lz4)
/linux-6.15/drivers/block/zram/
H A DKconfig18 bool "lz4 compression support"
74 bool "lz4"
100 default "lz4" if ZRAM_DEF_COMP_LZ4
/linux-6.15/arch/x86/boot/compressed/
H A DMakefile21 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst
139 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
149 suffix-$(CONFIG_KERNEL_LZ4) := lz4
/linux-6.15/arch/s390/boot/
H A DMakefile39 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
106 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
116 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
/linux-6.15/arch/riscv/
H A DMakefile163 boot-image-$(CONFIG_KERNEL_LZ4) := Image.lz4
192 BOOT_TARGETS := Image Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader l…
197 Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader xipImage vmlinuz.efi: I…
/linux-6.15/arch/csky/boot/
H A DMakefile12 compress-$(CONFIG_KERNEL_LZ4) = lz4
/linux-6.15/usr/
H A DMakefile12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
H A DKconfig204 If you choose this, keep in mind that most distros don't provide lz4
/linux-6.15/scripts/package/
H A Dbuildtar92 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo vmlinuz.efi ; do
/linux-6.15/lib/
H A DMakefile173 obj-$(CONFIG_LZ4_COMPRESS) += lz4/
174 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
175 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
/linux-6.15/
H A D.gitignore35 *.lz4
H A DMakefile538 LZ4 = lz4
/linux-6.15/Documentation/devicetree/bindings/mtd/partitions/
H A Dfixed-partitions.yaml45 - lz4
/linux-6.15/fs/bcachefs/
H A Dbcachefs_format.h905 x(lz4, 0) \
1073 x(lz4, 3) \
1086 x(lz4, 1) \
/linux-6.15/Documentation/admin-guide/blockdev/
H A Dzram.rst88 lzo [lz4]
441 #1: lzo lzo-rle lz4 lz4hc [zstd]
442 #2: lzo lzo-rle lz4 [lz4hc] zstd
/linux-6.15/crypto/
H A DMakefile162 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
H A DKconfig1151 See https://github.com/lz4/lz4 for further information.
1162 See https://github.com/lz4/lz4 for further information.
/linux-6.15/kernel/power/
H A DKconfig105 bool "lz4"
113 default "lz4" if HIBERNATION_COMP_LZ4
/linux-6.15/fs/squashfs/
H A DKconfig8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
/linux-6.15/Documentation/filesystems/
H A Df2fs.rst289 "lz4", "zstd" and "lzo-rle" algorithm.
291 "lz4" and "zstd" support compress level config.
293 lz4 3 - 16
H A Dsquashfs.rst9 It uses zlib, lz4, lzo, xz or zstd compression to compress files, inodes and

12