Searched refs:f2fs_ci_compare (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | dir.c | 114 int f2fs_ci_compare(const struct inode *parent, const struct qstr *name, in f2fs_ci_compare() function 191 return !f2fs_ci_compare(parent, &cf, &entry, true); in f2fs_match_name() 193 return !f2fs_ci_compare(parent, fname->usr_fname, &entry, in f2fs_match_name() 1078 return f2fs_ci_compare(dentry->d_parent->d_inode, name, &qstr, false); in f2fs_d_compare()
|
| D | f2fs.h | 2953 extern int f2fs_ci_compare(const struct inode *parent,
|