Home
last modified time | relevance | path

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

12

/linux-6.12.1/scripts/
DMakefile.debug42 DEBUG_CFLAGS += -gz=zstd
43 DEBUG_RUSTFLAGS += -Zdebuginfo-compression=zstd
44 KBUILD_AFLAGS += -gz=zstd
45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
DMakefile.modinst162 $(call cmd,zstd)
/linux-6.12.1/fs/erofs/
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-6.12.1/Documentation/admin-guide/blockdev/
Dzram.rst121 #pass path to pre-trained zstd dictionary
122 echo "algo=zstd dict=/etc/dictioary" > /sys/block/zram0/algorithm_params
128 #pass path to pre-trained zstd dictionary and compression level
129 echo "algo=zstd level=8 dict=/etc/dictioary" > \
455 #1: lzo lzo-rle lz4 lz4hc [zstd]
456 #2: lzo lzo-rle lz4 [lz4hc] zstd
459 above, zstd is used as the first alternative algorithm, which has priority
464 #select zstd recompression algorithm, priority 1
465 echo "algo=zstd priority=1" > /sys/block/zramX/recomp_algorithm
517 #use zstd algorithm only (if registered)
[all …]
/linux-6.12.1/drivers/block/zram/
DKconfig30 bool "zstd compression support"
82 bool "zstd"
101 default "zstd" if ZRAM_DEF_COMP_ZSTD
/linux-6.12.1/tools/testing/selftests/bpf/
Dvmtest.sh148 if ! which zstd &> /dev/null; then
154 cat "${LOCAL_ROOTFS_IMAGE}" | zstd -d | sudo tar -C "$dir" -x
156 download_rootfs | zstd -d | sudo tar -C "$dir" -x
/linux-6.12.1/drivers/gpu/drm/ci/
Digt_runner.sh50 …elay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd -v -x -C /
Dbuild.sh155 tar --zstd -cf $S3_ARTIFACT_NAME install
/linux-6.12.1/usr/
DMakefile13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
DKconfig215 If you choose this, keep in mind that you may need to install the zstd
/linux-6.12.1/arch/arm64/boot/
DMakefile41 $(call if_changed,zstd)
/linux-6.12.1/tools/testing/selftests/firmware/
Dfw_lib.sh109 if ! which zstd 2> /dev/null > /dev/null; then
/linux-6.12.1/arch/riscv/boot/
DMakefile65 $(call if_changed,zstd)
/linux-6.12.1/tools/perf/Documentation/
Dperf-check.txt72 zstd / HAVE_ZSTD_SUPPORT
/linux-6.12.1/fs/btrfs/
DMakefile30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
/linux-6.12.1/fs/bcachefs/
Dbcachefs_format.h883 x(zstd, 2) \
1047 x(zstd, 4) \
1061 x(zstd, 3)
/linux-6.12.1/lib/
DMakefile184 obj-$(CONFIG_ZSTD_COMPRESS) += zstd/
185 obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd/
DKconfig.debug346 bool "Compress debugging information with zstd"
347 depends on $(cc-option,-gz=zstd)
348 depends on $(ld-option,--compress-debug-sections=zstd)
350 Compress the debug information using zstd. This may provide better
353 zstd.
/linux-6.12.1/kernel/module/
Ddecompress.c204 #define MODULE_COMPRESSION zstd
DKconfig289 compression type. kmod MAY support gzip, xz and zstd. Other tools
/linux-6.12.1/crypto/
DMakefile180 obj-$(CONFIG_CRYPTO_ZSTD) += zstd.o
DKconfig1186 zstd compression algorithm
1188 See https://github.com/facebook/zstd for further information.
/linux-6.12.1/mm/
DKconfig111 bool "zstd"
114 Use the zstd algorithm as the default compression algorithm.
125 default "zstd" if ZSWAP_COMPRESSOR_DEFAULT_ZSTD
/linux-6.12.1/Documentation/filesystems/
Df2fs.rst288 "lz4", "zstd" and "lzo-rle" algorithm.
290 "lz4" and "zstd" support compress level config.
293 zstd 1 - 22
/linux-6.12.1/tools/perf/util/
DBuild224 perf-util-$(CONFIG_ZSTD) += zstd.o

12