Home
last modified time | relevance | path

Searched refs:__d_lookup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h282 extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *);
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h279 extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *);
/kernel/linux/linux-5.10/fs/
H A Ddcache.c2336 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 Dnamei.c1520 dentry = __d_lookup(parent, &nd->last); in lookup_fast()
/kernel/linux/linux-6.6/fs/
H A Ddcache.c2430 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 Dnamei.c1652 dentry = __d_lookup(parent, &nd->last); in lookup_fast()

Completed in 21 milliseconds