Searched refs:zstd (Results 1 – 25 of 28) sorted by relevance
12
| /linux/scripts/ |
| H A D | Makefile.debug | 42 DEBUG_CFLAGS += -gz=zstd 43 DEBUG_RUSTFLAGS += -Zdebuginfo-compression=zstd 44 KBUILD_AFLAGS += -gz=zstd 45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
|
| H A D | Makefile.modinst | 162 $(call cmd,zstd)
|
| /linux/fs/erofs/ |
| H A D | decompressor_zstd.c | 79 struct z_erofs_zstd_cfgs *zstd = data; in z_erofs_load_zstd_config() local 84 if (!zstd || size < sizeof(struct z_erofs_zstd_cfgs) || zstd->format) { in z_erofs_load_zstd_config() 89 if (zstd->windowlog > ilog2(Z_EROFS_ZSTD_MAX_DICT_SIZE) - 10) { in z_erofs_load_zstd_config() 90 erofs_err(sb, "unsupported zstd window log %u", zstd->windowlog); in z_erofs_load_zstd_config() 93 dict_size = 1U << (zstd->windowlog + 10); in z_erofs_load_zstd_config()
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | zram.rst | 109 #pass path to pre-trained zstd dictionary 110 echo "algo=zstd dict=/etc/dictionary" > /sys/block/zram0/algorithm_params 116 #pass path to pre-trained zstd dictionary and compression level 117 echo "algo=zstd level=8 dict=/etc/dictionary" > \ 483 #1: lzo lzo-rle lz4 lz4hc [zstd] 484 #2: lzo lzo-rle lz4 [lz4hc] zstd 487 above, zstd is used as the first alternative algorithm, which has priority 492 #select zstd recompression algorithm, priority 1 493 echo "algo=zstd priority=1" > /sys/block/zramX/recomp_algorithm 543 #use zstd algorithm only (if registered) [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | vmtest.sh | 157 if ! which zstd &> /dev/null; then 163 cat "${LOCAL_ROOTFS_IMAGE}" | zstd -d | sudo tar -C "$dir" -x 165 download_rootfs | zstd -d | sudo tar -C "$dir" -x
|
| /linux/usr/ |
| H A D | Makefile | 13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
|
| H A D | Kconfig | 215 If you choose this, keep in mind that you may need to install the zstd
|
| /linux/arch/arm64/boot/ |
| H A D | Makefile | 41 $(call if_changed,zstd)
|
| /linux/tools/testing/selftests/firmware/ |
| H A D | fw_lib.sh | 109 if ! which zstd 2> /dev/null > /dev/null; then
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile.zboot | 22 comp-type-$(CONFIG_KERNEL_ZSTD) := zstd
|
| /linux/arch/riscv/boot/ |
| H A D | Makefile | 58 $(call if_changed,zstd)
|
| /linux/tools/bpf/bpftool/ |
| H A D | Makefile | 108 FEATURE_TESTS += libelf-zstd 136 ifeq ($(feature-libelf-zstd),1)
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-check.txt | 70 zstd / HAVE_ZSTD_SUPPORT
|
| /linux/fs/btrfs/ |
| H A D | Makefile | 29 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
| /linux/tools/build/feature/ |
| H A D | Makefile | 29 test-libelf-zstd.bin \ 194 $(OUTPUT)test-libelf-zstd.bin:
|
| /linux/lib/ |
| H A D | Makefile | 166 obj-$(CONFIG_ZSTD_COMPRESS) += zstd/ 167 obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd/
|
| H A D | Kconfig.debug | 367 bool "Compress debugging information with zstd" 368 depends on $(cc-option,-gz=zstd) 369 depends on $(ld-option,--compress-debug-sections=zstd) 371 Compress the debug information using zstd. This may provide better 374 zstd.
|
| /linux/tools/build/ |
| H A D | Makefile.feature | 79 libelf-zstd \
|
| /linux/kernel/module/ |
| H A D | decompress.c | 203 #include <linux/zstd.h> 204 #define MODULE_COMPRESSION zstd 223 pr_err("not a zstd compressed module\n"); in module_zstd_decompress()
|
| H A D | Kconfig | 347 compression type. kmod MAY support gzip, xz and zstd. Other tools
|
| /linux/fs/squashfs/ |
| H A D | Kconfig | 8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
|
| /linux/mm/ |
| H A D | Kconfig | 108 bool "zstd" 111 Use the zstd algorithm as the default compression algorithm. 122 default "zstd" if ZSWAP_COMPRESSOR_DEFAULT_ZSTD
|
| /linux/tools/perf/util/ |
| H A D | Build | 245 perf-util-$(CONFIG_ZSTD) += zstd.o
|
| /linux/crypto/ |
| H A D | Kconfig | 1129 zstd compression algorithm 1131 See https://github.com/facebook/zstd for further information.
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 564 ifeq ($(feature-libelf-zstd), 1)
|
12