Searched refs:zstd (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.12.1/scripts/ |
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
|
D | Makefile.modinst | 162 $(call cmd,zstd)
|
/linux-6.12.1/fs/erofs/ |
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-6.12.1/Documentation/admin-guide/blockdev/ |
D | zram.rst | 121 #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/ |
D | Kconfig | 30 bool "zstd compression support" 82 bool "zstd" 101 default "zstd" if ZRAM_DEF_COMP_ZSTD
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | vmtest.sh | 148 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/ |
D | igt_runner.sh | 50 …elay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd -v -x -C /
|
D | build.sh | 155 tar --zstd -cf $S3_ARTIFACT_NAME install
|
/linux-6.12.1/usr/ |
D | Makefile | 13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
|
D | Kconfig | 215 If you choose this, keep in mind that you may need to install the zstd
|
/linux-6.12.1/arch/arm64/boot/ |
D | Makefile | 41 $(call if_changed,zstd)
|
/linux-6.12.1/tools/testing/selftests/firmware/ |
D | fw_lib.sh | 109 if ! which zstd 2> /dev/null > /dev/null; then
|
/linux-6.12.1/arch/riscv/boot/ |
D | Makefile | 65 $(call if_changed,zstd)
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-check.txt | 72 zstd / HAVE_ZSTD_SUPPORT
|
/linux-6.12.1/fs/btrfs/ |
D | Makefile | 30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
/linux-6.12.1/fs/bcachefs/ |
D | bcachefs_format.h | 883 x(zstd, 2) \ 1047 x(zstd, 4) \ 1061 x(zstd, 3)
|
/linux-6.12.1/lib/ |
D | Makefile | 184 obj-$(CONFIG_ZSTD_COMPRESS) += zstd/ 185 obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd/
|
D | Kconfig.debug | 346 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/ |
D | decompress.c | 204 #define MODULE_COMPRESSION zstd
|
D | Kconfig | 289 compression type. kmod MAY support gzip, xz and zstd. Other tools
|
/linux-6.12.1/crypto/ |
D | Makefile | 180 obj-$(CONFIG_CRYPTO_ZSTD) += zstd.o
|
D | Kconfig | 1186 zstd compression algorithm 1188 See https://github.com/facebook/zstd for further information.
|
/linux-6.12.1/mm/ |
D | Kconfig | 111 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/ |
D | f2fs.rst | 288 "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/ |
D | Build | 224 perf-util-$(CONFIG_ZSTD) += zstd.o
|
12