Searched refs:zstd (Results 1 – 25 of 39) sorted by relevance
12
| /linux-6.15/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-6.15/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-6.15/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 97 zboot-obj-$(CONFIG_KERNEL_ZSTD) := zboot-decompress-zstd.o lib-xxhash.o 98 CFLAGS_zboot-decompress-zstd.o += -I$(srctree)/lib/zstd
|
| H A D | Makefile.zboot | 22 comp-type-$(CONFIG_KERNEL_ZSTD) := zstd
|
| /linux-6.15/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" > \ 441 #1: lzo lzo-rle lz4 lz4hc [zstd] 442 #2: lzo lzo-rle lz4 [lz4hc] zstd 450 #select zstd recompression algorithm, priority 1 451 echo "algo=zstd priority=1" > /sys/block/zramX/recomp_algorithm 503 #use zstd algorithm only (if registered) 504 echo "type=huge algo=zstd" > /sys/block/zramX/recompress [all …]
|
| /linux-6.15/drivers/block/zram/ |
| H A D | Kconfig | 30 bool "zstd compression support" 82 bool "zstd" 102 default "zstd" if ZRAM_DEF_COMP_ZSTD
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H 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-6.15/drivers/gpu/drm/ci/ |
| H A D | igt_runner.sh | 50 …ry-all-errors --retry-delay 60 -s $PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd -v -x -C /
|
| H A D | lava-submit.sh | 92 --compression=zstd \
|
| H A D | build.sh | 156 tar --zstd -cf $S3_ARTIFACT_NAME install
|
| /linux-6.15/usr/ |
| H A D | Makefile | 13 compress-$(CONFIG_INITRAMFS_COMPRESSION_ZSTD) := zstd
|
| /linux-6.15/arch/arm64/boot/ |
| H A D | Makefile | 41 $(call if_changed,zstd)
|
| /linux-6.15/arch/riscv/boot/ |
| H A D | Makefile | 62 $(call if_changed,zstd)
|
| /linux-6.15/tools/testing/selftests/firmware/ |
| H A D | fw_lib.sh | 109 if ! which zstd 2> /dev/null > /dev/null; then
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-check.txt | 70 zstd / HAVE_ZSTD_SUPPORT
|
| /linux-6.15/fs/btrfs/ |
| H A D | Makefile | 30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | Makefile | 108 FEATURE_TESTS += libelf-zstd 136 ifeq ($(feature-libelf-zstd),1)
|
| /linux-6.15/tools/build/feature/ |
| H A D | Makefile | 30 test-libelf-zstd.bin \ 199 $(OUTPUT)test-libelf-zstd.bin:
|
| /linux-6.15/tools/build/ |
| H A D | Makefile.feature | 80 libelf-zstd \
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | fixed-partitions.yaml | 48 - zstd
|
| /linux-6.15/lib/ |
| H A D | Makefile | 176 obj-$(CONFIG_ZSTD_COMPRESS) += zstd/ 177 obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd/
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs_format.h | 907 x(zstd, 2) \ 1074 x(zstd, 4) \ 1088 x(zstd, 3)
|
| /linux-6.15/kernel/module/ |
| H A D | decompress.c | 204 #define MODULE_COMPRESSION zstd
|
| /linux-6.15/crypto/ |
| H A D | Makefile | 183 obj-$(CONFIG_CRYPTO_ZSTD) += zstd.o
|
12