Searched refs:zstd (Results 1 – 25 of 30) sorted by relevance
12
| /linux/scripts/ |
| 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
|
| A D | Makefile.modinst | 162 $(call cmd,zstd)
|
| /linux/fs/erofs/ |
| 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/ |
| A 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 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) 518 echo "type=huge algo=zstd" > /sys/block/zramX/recompress [all …]
|
| /linux/drivers/block/zram/ |
| A D | Kconfig | 30 bool "zstd compression support" 82 bool "zstd" 101 default "zstd" if ZRAM_DEF_COMP_ZSTD
|
| /linux/tools/testing/selftests/bpf/ |
| A 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/drivers/gpu/drm/ci/ |
| A D | igt_runner.sh | 50 …elay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd -v -x -C /
|
| A D | build.sh | 155 tar --zstd -cf $S3_ARTIFACT_NAME install
|
| /linux/usr/ |
| A D | Makefile | 13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
|
| A D | Kconfig | 215 If you choose this, keep in mind that you may need to install the zstd
|
| /linux/arch/arm64/boot/ |
| A D | Makefile | 41 $(call if_changed,zstd)
|
| /linux/arch/riscv/boot/ |
| A D | Makefile | 65 $(call if_changed,zstd)
|
| /linux/tools/testing/selftests/firmware/ |
| A D | fw_lib.sh | 109 if ! which zstd 2> /dev/null > /dev/null; then
|
| /linux/tools/perf/Documentation/ |
| A D | perf-check.txt | 72 zstd / HAVE_ZSTD_SUPPORT
|
| /linux/fs/btrfs/ |
| A D | Makefile | 30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| A D | fixed-partitions.yaml | 48 - zstd
|
| /linux/fs/bcachefs/ |
| A D | bcachefs_format.h | 883 x(zstd, 2) \ 1047 x(zstd, 4) \ 1061 x(zstd, 3)
|
| /linux/lib/ |
| A D | Makefile | 184 obj-$(CONFIG_ZSTD_COMPRESS) += zstd/ 185 obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd/
|
| /linux/kernel/module/ |
| A D | decompress.c | 204 #define MODULE_COMPRESSION zstd
|
| A D | Kconfig | 289 compression type. kmod MAY support gzip, xz and zstd. Other tools
|
| /linux/crypto/ |
| A D | Makefile | 180 obj-$(CONFIG_CRYPTO_ZSTD) += zstd.o
|
| A D | Kconfig | 1186 zstd compression algorithm 1188 See https://github.com/facebook/zstd for further information.
|
| /linux/Documentation/filesystems/ |
| A D | f2fs.rst | 288 "lz4", "zstd" and "lzo-rle" algorithm. 290 "lz4" and "zstd" support compress level config. 293 zstd 1 - 22
|
| /linux/mm/ |
| A D | Kconfig | 111 bool "zstd" 114 Use the zstd algorithm as the default compression algorithm. 125 default "zstd" if ZSWAP_COMPRESSOR_DEFAULT_ZSTD
|
| /linux/tools/perf/util/ |
| A D | Build | 224 perf-util-$(CONFIG_ZSTD) += zstd.o
|
Completed in 38 milliseconds
12