Searched refs:lz4 (Results 1 – 23 of 23) sorted by relevance
| /Linux-v6.1/fs/erofs/ |
| D | decompressor.c | 29 struct z_erofs_lz4_cfgs *lz4, int size) in z_erofs_load_lz4_config() argument 34 if (lz4) { 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.max_pclusterblks > in z_erofs_load_lz4_config() 47 sbi->lz4.max_pclusterblks); in z_erofs_load_lz4_config() 52 sbi->lz4.max_pclusterblks = 1; in z_erofs_load_lz4_config() 55 sbi->lz4.max_distance_pages = distance ? in z_erofs_load_lz4_config() [all …]
|
| D | internal.h | 133 struct erofs_sb_lz4_info lz4; member 567 struct z_erofs_lz4_cfgs *lz4, int len); 577 struct z_erofs_lz4_cfgs *lz4, int len) in z_erofs_load_lz4_config() argument 579 if (lz4 || dsb->u1.lz4_max_distance) { in z_erofs_load_lz4_config()
|
| /Linux-v6.1/arch/arm64/boot/ |
| 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)
|
| /Linux-v6.1/arch/parisc/boot/compressed/ |
| 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
|
| /Linux-v6.1/arch/riscv/boot/ |
| D | Makefile | 50 $(obj)/Image.lz4: $(obj)/Image FORCE 51 $(call if_changed,lz4)
|
| /Linux-v6.1/arch/s390/boot/ |
| D | Makefile | 49 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 108 suffix-$(CONFIG_KERNEL_LZ4) := .lz4 118 $(obj)/vmlinux.bin.lz4: $(obj)/vmlinux.bin FORCE
|
| /Linux-v6.1/arch/x86/boot/compressed/ |
| D | Makefile | 30 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst 143 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 153 suffix-$(CONFIG_KERNEL_LZ4) := lz4
|
| /Linux-v6.1/drivers/block/zram/ |
| D | Kconfig | 32 bool "lz4" 53 default "lz4" if ZRAM_DEF_COMP_LZ4
|
| /Linux-v6.1/arch/csky/boot/ |
| D | Makefile | 12 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
| /Linux-v6.1/usr/ |
| D | Makefile | 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
|
| D | Kconfig | 204 If you choose this, keep in mind that most distros don't provide lz4
|
| /Linux-v6.1/drivers/firmware/efi/libstub/ |
| D | Makefile.zboot | 7 comp-type-$(CONFIG_KERNEL_LZ4) := lz4
|
| /Linux-v6.1/fs/pstore/ |
| D | Kconfig | 85 deflate, lzo, lz4, lz4hc, 842 and zstd. 96 bool "lz4" if PSTORE_LZ4_COMPRESS 114 default "lz4" if PSTORE_LZ4_COMPRESS_DEFAULT
|
| /Linux-v6.1/scripts/package/ |
| D | buildtar | 125 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo ; do
|
| /Linux-v6.1/lib/ |
| D | Makefile | 190 obj-$(CONFIG_LZ4_COMPRESS) += lz4/ 191 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/ 192 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
|
| /Linux-v6.1/ |
| D | .gitignore | 32 *.lz4
|
| /Linux-v6.1/crypto/ |
| D | Makefile | 163 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
|
| D | Kconfig | 1201 See https://github.com/lz4/lz4 for further information. 1212 See https://github.com/lz4/lz4 for further information.
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | squashfs.rst | 9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
|
| D | f2fs.rst | 283 "lz4", "zstd" and "lzo-rle" algorithm. 285 "lz4" and "zstd" support compress level config. 287 lz4 3 - 16
|
| /Linux-v6.1/Documentation/admin-guide/blockdev/ |
| D | zram.rst | 100 lzo [lz4]
|
| /Linux-v6.1/mm/ |
| D | Kconfig | 110 default "lz4" if ZSWAP_COMPRESSOR_DEFAULT_LZ4
|
| /Linux-v6.1/init/ |
| D | Kconfig | 321 <https://code.google.com/p/lz4/>.
|