Searched refs:zstd (Results 1 – 4 of 4) sorted by relevance
79 struct z_erofs_zstd_cfgs *zstd = data; in z_erofs_load_zstd_config() local84 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()
30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
914 x(zstd, 2) \1096 x(zstd, 4) \1110 x(zstd, 3)
8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
Completed in 10 milliseconds