Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dcompress.c557 bool f2fs_is_compress_level_valid(int alg, int lvl) in f2fs_is_compress_level_valid() function
H A Dsuper.c621 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()
H A Df2fs.h4434 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