Searched refs:__d_lookup (Results 1 – 3 of 3) sorted by relevance
309 extern struct dentry *__d_lookup(struct dentry *, struct qstr *);
1860 dentry = __d_lookup(parent, name); in d_lookup()1883 struct dentry *__d_lookup(struct dentry *parent, struct qstr *name) in __d_lookup() function
1252 dentry = __d_lookup(parent, name); in do_lookup()