Searched refs:zstd_min_clevel (Results 1 - 5 of 5) sorted by relevance

/linux-master/security/apparmor/include/
H A Dapparmor.h56 #define AA_MIN_CLEVEL zstd_min_clevel()
/linux-master/lib/zstd/
H A Dzstd_compress_module.c57 int zstd_min_clevel(void) function
61 EXPORT_SYMBOL(zstd_min_clevel); variable
/linux-master/include/linux/
H A Dzstd.h67 * zstd_min_clevel() - minimum allowed compression level
71 int zstd_min_clevel(void);
/linux-master/fs/f2fs/
H A Dinode.c246 if (clevel < zstd_min_clevel() || clevel > zstd_max_clevel())
H A Dcompress.c492 return lvl >= zstd_min_clevel() && lvl <= zstd_max_clevel();

Completed in 272 milliseconds