Home
last modified time | relevance | path

Searched refs:__d_lookup (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/
H A Dinternal.h225 extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *);
H A Ddcache.c2314 dentry = __d_lookup(parent, name); in d_lookup()
2337 struct dentry *__d_lookup(const struct dentry *parent, const struct qstr *name) in __d_lookup() function
H A Dnamei.c1775 dentry = __d_lookup(parent, &nd->last); in lookup_fast()