/kernel/linux/linux-6.6/fs/erofs/ |
H A D | decompressor.c | 8 #include <linux/lz4.h> 31 struct z_erofs_lz4_cfgs *lz4 = data; in z_erofs_load_lz4_config() local 34 if (lz4) { in z_erofs_load_lz4_config() 36 erofs_err(sb, "invalid lz4 cfgs, size=%u", size); 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 in z_erofs_load_lz4_config() [all...] |
/kernel/linux/linux-5.10/arch/loongarch/boot/ |
H A D | Makefile | 20 suffix-$(CONFIG_KERNEL_LZ4) := lz4 37 extra-y += vmlinux.bin.lz4 52 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE 53 $(call if_changed,lz4)
|
/kernel/linux/linux-5.10/arch/arm64/boot/ |
H A D | Makefile | 19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo 30 $(obj)/Image.lz4: $(obj)/Image FORCE 31 $(call if_changed,lz4)
|
/kernel/linux/linux-6.6/arch/arm64/boot/ |
H A D | Makefile | 19 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)
|
/kernel/linux/linux-5.10/arch/s390/boot/compressed/ |
H A D | Makefile | 15 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 44 suffix-$(CONFIG_KERNEL_LZ4) := .lz4 53 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 54 $(call if_changed,lz4)
|
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | Makefile | 13 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) 78 $(call if_changed,lz4)
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | Makefile | 14 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
|
/kernel/linux/linux-5.10/arch/riscv/boot/ |
H A D | Makefile | 37 $(obj)/Image.lz4: $(obj)/Image FORCE 38 $(call if_changed,lz4)
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | Makefile | 29 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst 137 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 138 $(call if_changed,lz4) 147 suffix-$(CONFIG_KERNEL_LZ4) := lz4
|
/kernel/linux/linux-6.6/arch/riscv/boot/ |
H A D | Makefile | 58 $(obj)/Image.lz4: $(obj)/Image FORCE 59 $(call if_changed,lz4)
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | Makefile | 49 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
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | Makefile | 30 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
|
/kernel/linux/linux-5.10/arch/csky/boot/ |
H A D | Makefile | 13 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
/kernel/linux/linux-6.6/arch/csky/boot/ |
H A D | Makefile | 12 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
/kernel/linux/linux-5.10/usr/ |
H A D | Makefile | 17 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
|
/kernel/linux/linux-6.6/usr/ |
H A D | Makefile | 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
|
/kernel/linux/linux-5.10/crypto/ |
H A D | lz4hc.c | 11 #include <linux/lz4.h>
|
H A D | lz4.c | 12 #include <linux/lz4.h> 108 .cra_name = "lz4", 109 .cra_driver_name = "lz4-generic", 126 .cra_name = "lz4", 127 .cra_driver_name = "lz4-scomp", 160 MODULE_ALIAS_CRYPTO("lz4");
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unlz4.c | 10 #include "lz4/lz4_decompress.c" 15 #include <linux/lz4.h>
|
H A D | Makefile | 187 obj-$(CONFIG_LZ4_COMPRESS) += lz4/ 188 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/ 189 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | lz4_wrapper.c | 11 #include <linux/lz4.h> 141 .name = "lz4",
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | lz4_wrapper.c | 11 #include <linux/lz4.h> 143 .name = "lz4",
|
/kernel/linux/linux-6.6/crypto/ |
H A D | lz4hc.c | 11 #include <linux/lz4.h>
|
H A D | lz4.c | 12 #include <linux/lz4.h> 108 .cra_name = "lz4", 109 .cra_driver_name = "lz4-generic", 126 .cra_name = "lz4", 127 .cra_driver_name = "lz4-scomp", 160 MODULE_ALIAS_CRYPTO("lz4");
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unlz4.c | 10 #include "lz4/lz4_decompress.c" 15 #include <linux/lz4.h>
|