Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddecompressor.c8 #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 Dinternal.h126 struct erofs_sb_lz4_info lz4; member
/linux/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/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/arch/riscv/boot/
H A DMakefile55 $(obj)/Image.lz4: $(obj)/Image FORCE
56 $(call if_changed,lz4)
/linux/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/arch/x86/boot/compressed/
H A DMakefile21 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 DMakefile164 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 DMakefile12 compress-$(CONFIG_KERNEL_LZ4) = lz4
/linux/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/scripts/package/
H A Dbuildtar92 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo vmlinuz.efi ; do
/linux/fs/bcachefs/
H A Dbcachefs_format.h892 x(lz4, 0) \
1058 x(lz4, 3) \
1071 x(lz4, 1) \
/linux/Documentation/filesystems/
H A Dsquashfs.rst9 It uses zlib, lz4, lzo, xz or zstd compression to compress files, inodes and
/linux/
H A DMakefile542 LZ4 = lz4
/linux/init/
H A DKconfig358 <https://code.google.com/p/lz4/>.
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1820 Format: { lzo | lz4 }
1826 lz4: Select LZ4 compression algorithm to