Searched refs:lz4 (Results 1 – 23 of 23) sorted by relevance
/Linux-v6.6/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 | 139 struct erofs_sb_lz4_info lz4; member 474 struct z_erofs_lz4_cfgs *lz4, int len); 492 struct z_erofs_lz4_cfgs *lz4, int len) in z_erofs_load_lz4_config() argument 494 if (lz4 || dsb->u1.lz4_max_distance) { in z_erofs_load_lz4_config()
|
/Linux-v6.6/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.6/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.6/arch/riscv/boot/ |
D | Makefile | 57 $(obj)/Image.lz4: $(obj)/Image FORCE 58 $(call if_changed,lz4)
|
/Linux-v6.6/arch/s390/boot/ |
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
|
/Linux-v6.6/arch/x86/boot/compressed/ |
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
|
/Linux-v6.6/drivers/block/zram/ |
D | Kconfig | 32 bool "lz4" 53 default "lz4" if ZRAM_DEF_COMP_LZ4
|
/Linux-v6.6/arch/csky/boot/ |
D | Makefile | 12 compress-$(CONFIG_KERNEL_LZ4) = lz4
|
/Linux-v6.6/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.6/scripts/package/ |
D | buildtar | 93 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo vmlinuz.efi ; do
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | Makefile.zboot | 16 comp-type-$(CONFIG_KERNEL_LZ4) := lz4
|
/Linux-v6.6/lib/ |
D | Makefile | 201 obj-$(CONFIG_LZ4_COMPRESS) += lz4/ 202 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/ 203 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
|
/Linux-v6.6/ |
D | .gitignore | 33 *.lz4
|
/Linux-v6.6/Documentation/admin-guide/blockdev/ |
D | zram.rst | 100 lzo [lz4] 430 #1: lzo lzo-rle lz4 lz4hc [zstd] 431 #2: lzo lzo-rle lz4 [lz4hc] zstd
|
/Linux-v6.6/crypto/ |
D | Makefile | 163 obj-$(CONFIG_CRYPTO_LZ4) += lz4.o
|
D | Kconfig | 1206 See https://github.com/lz4/lz4 for further information. 1217 See https://github.com/lz4/lz4 for further information.
|
/Linux-v6.6/Documentation/filesystems/ |
D | squashfs.rst | 9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
|
D | f2fs.rst | 290 "lz4", "zstd" and "lzo-rle" algorithm. 292 "lz4" and "zstd" support compress level config. 294 lz4 3 - 16
|
/Linux-v6.6/mm/ |
D | Kconfig | 125 default "lz4" if ZSWAP_COMPRESSOR_DEFAULT_LZ4
|
/Linux-v6.6/Documentation/admin-guide/ |
D | quickly-build-trimmed-linux.rst | 453 Sometimes you will need tools for compression formats like bzip2, gzip, lz4,
|
/Linux-v6.6/init/ |
D | Kconfig | 323 <https://code.google.com/p/lz4/>.
|