Searched refs:ext4_ci_compare (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/ext4/ |
| D | dir.c | 679 return ext4_ci_compare(inode, name, &qstr, false); in ext4_d_compare()
|
| D | namei.c | 1282 int ext4_ci_compare(const struct inode *parent, const struct qstr *name, in ext4_ci_compare() function 1365 return !ext4_ci_compare(parent, &cf, &entry, true); in ext4_match() 1367 return !ext4_ci_compare(parent, fname->usr_fname, &entry, in ext4_match()
|
| D | ext4.h | 3192 extern int ext4_ci_compare(const struct inode *parent,
|