Searched refs:f2fs_is_compress_level_valid (Results 1 – 3 of 3) sorted by relevance
557 bool f2fs_is_compress_level_valid(int alg, int lvl) in f2fs_is_compress_level_valid() function
621 if (!f2fs_is_compress_level_valid(COMPRESS_LZ4, level)) { in f2fs_set_lz4hc_level()665 if (!f2fs_is_compress_level_valid(COMPRESS_ZSTD, level)) { in f2fs_set_zstd_level()
4434 bool f2fs_is_compress_level_valid(int alg, int lvl);4502 static inline bool f2fs_is_compress_level_valid(int alg, int lvl) { return false; } in f2fs_is_compress_level_valid() function