| /linux-6.15/fs/erofs/ |
| H A D | decompressor.c | 16 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 D | internal.h | 125 struct erofs_sb_lz4_info lz4; member
|
| /linux-6.15/arch/arm64/boot/ |
| H A D | Makefile | 19 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 D | Makefile | 10 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 D | Makefile | 52 $(obj)/Image.lz4: $(obj)/Image FORCE 53 $(call if_changed,lz4)
|
| /linux-6.15/drivers/block/zram/ |
| H A D | Kconfig | 18 bool "lz4 compression support" 74 bool "lz4" 100 default "lz4" if ZRAM_DEF_COMP_LZ4
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | Makefile | 21 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 D | Makefile | 39 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 D | Makefile | 163 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 D | Makefile | 12 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
| /linux-6.15/usr/ |
| H A D | Makefile | 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
|
| H A D | Kconfig | 204 If you choose this, keep in mind that most distros don't provide lz4
|
| /linux-6.15/scripts/package/ |
| H A D | buildtar | 92 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo vmlinuz.efi ; do
|
| /linux-6.15/lib/ |
| H A D | Makefile | 173 obj-$(CONFIG_LZ4_COMPRESS) += lz4/ 174 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/ 175 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
|
| /linux-6.15/ |
| H A D | .gitignore | 35 *.lz4
|
| H A D | Makefile | 538 LZ4 = lz4
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | fixed-partitions.yaml | 45 - lz4
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs_format.h | 905 x(lz4, 0) \ 1073 x(lz4, 3) \ 1086 x(lz4, 1) \
|
| /linux-6.15/Documentation/admin-guide/blockdev/ |
| H A D | zram.rst | 88 lzo [lz4] 441 #1: lzo lzo-rle lz4 lz4hc [zstd] 442 #2: lzo lzo-rle lz4 [lz4hc] zstd
|
| /linux-6.15/crypto/ |
| H A D | Makefile | 162 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
|
| H A D | Kconfig | 1151 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 D | Kconfig | 105 bool "lz4" 113 default "lz4" if HIBERNATION_COMP_LZ4
|
| /linux-6.15/fs/squashfs/ |
| H A D | Kconfig | 8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | f2fs.rst | 289 "lz4", "zstd" and "lzo-rle" algorithm. 291 "lz4" and "zstd" support compress level config. 293 lz4 3 - 16
|
| H A D | squashfs.rst | 9 It uses zlib, lz4, lzo, xz or zstd compression to compress files, inodes and
|