Searched refs:lz4 (Results 1 – 17 of 17) sorted by relevance
/linux/fs/erofs/ |
H A D | decompressor.c | 8 #include <linux/lz4.h> 24 struct z_erofs_lz4_cfgs *lz4 = data; 27 if (lz4) { in z_erofs_load_lz4_config() 29 erofs_err(sb, "invalid lz4 cfgs, size=%u", size); in z_erofs_load_lz4_config() 32 distance = le16_to_cpu(lz4->max_distance); in z_erofs_load_lz4_config() 34 sbi->lz4.max_pclusterblks = le16_to_cpu(lz4->max_pclusterblks); in z_erofs_load_lz4_config() 35 if (!sbi->lz4.max_pclusterblks) { in z_erofs_load_lz4_config() 36 sbi->lz4.max_pclusterblks = 1; /* reserved case */ in z_erofs_load_lz4_config() 37 } else if (sbi->lz4 in z_erofs_load_lz4_config() 31 struct z_erofs_lz4_cfgs *lz4 = data; z_erofs_load_lz4_config() local [all...] |
H A D | internal.h | 126 struct erofs_sb_lz4_info lz4; member
|
/linux/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/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/arch/riscv/boot/ |
H A D | Makefile | 55 $(obj)/Image.lz4: $(obj)/Image FORCE 56 $(call if_changed,lz4)
|
/linux/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/arch/x86/boot/compressed/ |
H A D | Makefile | 21 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst 137 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 147 suffix-$(CONFIG_KERNEL_LZ4) := lz4
|
/linux/arch/riscv/ |
H A D | Makefile | 164 boot-image-$(CONFIG_KERNEL_LZ4) := Image.lz4 193 BOOT_TARGETS := Image Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader l… 198 Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader xipImage vmlinuz.efi: I…
|
/linux/arch/csky/boot/ |
H A D | Makefile | 12 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
/linux/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/scripts/package/ |
H A D | buildtar | 92 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo vmlinuz.efi ; do
|
/linux/fs/bcachefs/ |
H A D | bcachefs_format.h | 892 x(lz4, 0) \ 1058 x(lz4, 3) \ 1071 x(lz4, 1) \
|
/linux/Documentation/filesystems/ |
H A D | squashfs.rst | 9 It uses zlib, lz4, lzo, xz or zstd compression to compress files, inodes and
|
/linux/ |
H A D | Makefile | 542 LZ4 = lz4
|
/linux/init/ |
H A D | Kconfig | 358 <https://code.google.com/p/lz4/>.
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1820 Format: { lzo | lz4 } 1826 lz4: Select LZ4 compression algorithm to
|