Searched refs:dentry_cmp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 231 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() function 2198 return dentry_cmp(dentry, name->name, name->len) == 0; in d_same_name() 2309 if (dentry_cmp(dentry, str, hashlen_len(hashlen)) != 0) in __d_lookup_rcu()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 258 static inline int dentry_cmp(const struct dentry *dentry, const unsigned char *ct, unsigned tcount) in dentry_cmp() function 2265 return dentry_cmp(dentry, name->name, name->len) == 0; in d_same_name() 2404 if (dentry_cmp(dentry, str, hashlen_len(hashlen)) != 0) in __d_lookup_rcu()
|
Completed in 8 milliseconds