Home
last modified time | relevance | path

Searched refs:f2fs_is_compress_level_valid (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Df2fs.h4732 bool f2fs_is_compress_level_valid(int alg, int lvl);
4798 static inline bool f2fs_is_compress_level_valid(int alg, int lvl) { return false; } in f2fs_is_compress_level_valid() function
H A Dsuper.c745 if (!f2fs_is_compress_level_valid(COMPRESS_LZ4, level)) { in f2fs_set_lz4hc_level()
792 if (!f2fs_is_compress_level_valid(COMPRESS_ZSTD, level)) { in f2fs_set_zstd_level()