Searched refs:__d_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 282 extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 279 extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *);
|
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 2336 dentry = __d_lookup(parent, name); in d_lookup() 2345 * __d_lookup - search for a dentry (racy) 2350 * __d_lookup is like d_lookup, however it may (rarely) return a 2353 * __d_lookup is slightly faster by avoiding rename_lock read seqlock, 2357 * __d_lookup callers must be commented. 2359 struct dentry *__d_lookup(const struct dentry *parent, const struct qstr *name) in __d_lookup() function
|
H A D | namei.c | 1520 dentry = __d_lookup(parent, &nd->last); in lookup_fast()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 2430 dentry = __d_lookup(parent, name); in d_lookup() 2439 * __d_lookup - search for a dentry (racy) 2444 * __d_lookup is like d_lookup, however it may (rarely) return a 2447 * __d_lookup is slightly faster by avoiding rename_lock read seqlock, 2451 * __d_lookup callers must be commented. 2453 struct dentry *__d_lookup(const struct dentry *parent, const struct qstr *name) in __d_lookup() function
|
H A D | namei.c | 1652 dentry = __d_lookup(parent, &nd->last); in lookup_fast()
|
Completed in 23 milliseconds