Home
last modified time | relevance | path

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

/fs/erofs/
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()
/fs/btrfs/
A DMakefile30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
/fs/bcachefs/
A Dbcachefs_format.h914 x(zstd, 2) \
1096 x(zstd, 4) \
1110 x(zstd, 3)
/fs/squashfs/
A DKconfig8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression

Completed in 10 milliseconds