Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Dcompress.c561 bool f2fs_is_compress_level_valid(int alg, int lvl) in f2fs_is_compress_level_valid() function
H A Dsuper.c630 if (!f2fs_is_compress_level_valid(COMPRESS_LZ4, level)) { in f2fs_set_lz4hc_level()
674 if (!f2fs_is_compress_level_valid(COMPRESS_ZSTD, level)) { in f2fs_set_zstd_level()
H A Df2fs.h4264 bool f2fs_is_compress_level_valid(int alg, int lvl);
4330 static inline bool f2fs_is_compress_level_valid(int alg, int lvl) { return false; } in f2fs_is_compress_level_valid() function

Completed in 17 milliseconds