Searched refs:ext4_ci_compare (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 1336 int ext4_ci_compare(const struct inode *parent, const struct qstr *name, in ext4_ci_compare() function 1419 return !ext4_ci_compare(parent, &cf, &entry, true); in ext4_match() 1421 return !ext4_ci_compare(parent, fname->usr_fname, &entry, in ext4_match()
|
H A D | ext4.h | 3497 extern int ext4_ci_compare(const struct inode *parent,
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 1401 static int ext4_ci_compare(const struct inode *parent, const struct qstr *name, in ext4_ci_compare() function 1516 return !ext4_ci_compare(parent, &cf, de->name, in ext4_match() 1519 return !ext4_ci_compare(parent, fname->usr_fname, de->name, in ext4_match()
|
Completed in 20 milliseconds