Home
last modified time | relevance | path

Searched refs:zstd (Results 1 – 25 of 25) sorted by relevance

/linux/scripts/
H A DMakefile.debug42 DEBUG_CFLAGS += -gz=zstd
43 DEBUG_RUSTFLAGS += -Zdebuginfo-compression=zstd
44 KBUILD_AFLAGS += -gz=zstd
45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
H A DMakefile.modinst162 $(call cmd,zstd)
/linux/fs/erofs/
H A Ddecompressor_zstd.c79 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/drivers/firmware/efi/libstub/
H A DMakefile95 zboot-obj-$(CONFIG_KERNEL_ZSTD) := zboot-decompress-zstd.o lib-xxhash.o
96 CFLAGS_zboot-decompress-zstd.o += -I$(srctree)/lib/zstd
H A DMakefile.zboot22 comp-type-$(CONFIG_KERNEL_ZSTD) := zstd
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh157 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/Documentation/admin-guide/blockdev/
H A Dzram.rst109 #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
/linux/usr/
H A DMakefile13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
H A DKconfig215 If you choose this, keep in mind that you may need to install the zstd
/linux/arch/arm64/boot/
H A DMakefile41 $(call if_changed,zstd)
/linux/arch/riscv/boot/
H A DMakefile47 $(call if_changed,zstd)
/linux/tools/testing/selftests/firmware/
H A Dfw_lib.sh109 if ! which zstd 2> /dev/null > /dev/null; then
/linux/tools/bpf/bpftool/
H A DMakefile117 FEATURE_TESTS += libelf-zstd
145 ifeq ($(feature-libelf-zstd),1)
/linux/tools/perf/Documentation/
H A Dperf-check.txt70 zstd / HAVE_ZSTD_SUPPORT
/linux/tools/build/feature/
H A DMakefile29 test-libelf-zstd.bin \
201 $(OUTPUT)test-libelf-zstd.bin:
/linux/tools/build/
H A DMakefile.feature79 libelf-zstd \
/linux/fs/squashfs/
H A DKconfig8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
/linux/tools/perf/util/
H A DBuild243 perf-util-$(CONFIG_ZSTD) += zstd.o
/linux/crypto/
H A DKconfig1108 zstd compression algorithm
1110 See https://github.com/facebook/zstd for further information.
/linux/kernel/module/
H A DKconfig347 compression type. kmod MAY support gzip, xz and zstd. Other tools
/linux/tools/perf/
H A DMakefile.config565 ifeq ($(feature-libelf-zstd), 1)
/linux/lib/
H A DKconfig.debug367 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/
H A DMakefile560 ZSTD = zstd
H A DMAINTAINERS29463 B: https://github.com/facebook/zstd/issues
29465 F: crypto/zstd.c
29466 F: include/linux/zstd*
29468 F: lib/zstd/
29469 N: zstd
29470 K: zstd
/linux/init/
H A DKconfig433 will need at least 192 KB RAM or more for booting. The zstd command