Home
last modified time | relevance | path

Searched refs:zstd_max_clevel (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/lib/zstd/
Dzstd_compress_module.c63 int zstd_max_clevel(void) in zstd_max_clevel() function
67 EXPORT_SYMBOL(zstd_max_clevel);
/linux-5.19.10/include/linux/
Dzstd.h78 int zstd_max_clevel(void);
/linux-5.19.10/fs/f2fs/
Dsuper.c629 if (!level || level > zstd_max_clevel()) { in f2fs_set_zstd_level()