Searched refs:is_extension_exist (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/f2fs/ |
| D | namei.c | 156 static inline int is_extension_exist(const unsigned char *s, const char *sub, in is_extension_exist() function 205 if (is_extension_exist(name, extlist[i], true)) in set_file_temperature() 308 if (is_extension_exist(name, extlist[i], false)) { in set_compress_inode() 317 if (is_extension_exist(name, noext[i], false)) { in set_compress_inode() 327 if (!is_extension_exist(name, ext[i], false)) in set_compress_inode()
|