Searched refs:lz4 (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.15/fs/erofs/ |
D | decompressor.c | 32 struct z_erofs_lz4_cfgs *lz4, int size) in z_erofs_load_lz4_config() argument 37 if (lz4) { in z_erofs_load_lz4_config() 42 distance = le16_to_cpu(lz4->max_distance); in z_erofs_load_lz4_config() 44 sbi->lz4.max_pclusterblks = le16_to_cpu(lz4->max_pclusterblks); in z_erofs_load_lz4_config() 45 if (!sbi->lz4.max_pclusterblks) { in z_erofs_load_lz4_config() 46 sbi->lz4.max_pclusterblks = 1; /* reserved case */ in z_erofs_load_lz4_config() 47 } else if (sbi->lz4.max_pclusterblks > in z_erofs_load_lz4_config() 50 sbi->lz4.max_pclusterblks); in z_erofs_load_lz4_config() 52 } else if (sbi->lz4.max_pclusterblks >= 2) { in z_erofs_load_lz4_config() 57 sbi->lz4.max_pclusterblks = 1; in z_erofs_load_lz4_config() [all …]
|
D | internal.h | 86 struct erofs_sb_lz4_info lz4; member 466 struct z_erofs_lz4_cfgs *lz4, int len); 476 struct z_erofs_lz4_cfgs *lz4, int len) in z_erofs_load_lz4_config() argument 478 if (lz4 || dsb->u1.lz4_max_distance) { in z_erofs_load_lz4_config()
|
/Linux-v5.15/arch/arm64/boot/ |
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)
|
/Linux-v5.15/arch/parisc/boot/compressed/ |
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) FORCE 78 $(call if_changed,lz4)
|
/Linux-v5.15/arch/s390/boot/compressed/ |
D | Makefile | 18 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 65 suffix-$(CONFIG_KERNEL_LZ4) := .lz4 75 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 76 $(call if_changed,lz4)
|
/Linux-v5.15/arch/x86/boot/compressed/ |
D | Makefile | 29 vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4 vmlinux.bin.zst 133 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE 134 $(call if_changed,lz4) 143 suffix-$(CONFIG_KERNEL_LZ4) := lz4
|
/Linux-v5.15/arch/riscv/boot/ |
D | Makefile | 50 $(obj)/Image.lz4: $(obj)/Image FORCE 51 $(call if_changed,lz4)
|
/Linux-v5.15/drivers/block/zram/ |
D | Kconfig | 31 bool "lz4" 52 default "lz4" if ZRAM_DEF_COMP_LZ4
|
/Linux-v5.15/arch/csky/boot/ |
D | Makefile | 13 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
/Linux-v5.15/usr/ |
D | Makefile | 17 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZ4) := lz4
|
D | Kconfig | 204 If you choose this, keep in mind that most distros don't provide lz4
|
/Linux-v5.15/scripts/package/ |
D | buildtar | 121 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo ; do
|
/Linux-v5.15/lib/ |
D | Makefile | 188 obj-$(CONFIG_LZ4_COMPRESS) += lz4/ 189 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/ 190 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
|
/Linux-v5.15/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-v5.15/ |
D | .gitignore | 32 *.lz4
|
/Linux-v5.15/arch/arm/boot/compressed/ |
D | Makefile | 83 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
/Linux-v5.15/arch/mips/boot/compressed/ |
D | Makefile | 78 tool_$(CONFIG_KERNEL_LZ4) = lz4
|
/Linux-v5.15/crypto/ |
D | Makefile | 155 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
|
/Linux-v5.15/Documentation/filesystems/ |
D | squashfs.rst | 9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
|
D | f2fs.rst | 269 "lz4", "zstd" and "lzo-rle" algorithm. 271 "lz4" and "zstd" support compress level config. 273 lz4 3 - 16
|
/Linux-v5.15/Documentation/admin-guide/blockdev/ |
D | zram.rst | 100 lzo [lz4]
|
/Linux-v5.15/mm/ |
D | Kconfig | 610 default "lz4" if ZSWAP_COMPRESSOR_DEFAULT_LZ4
|
/Linux-v5.15/init/ |
D | Kconfig | 304 <https://code.google.com/p/lz4/>.
|