Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Ddcache.h309 extern struct dentry *__d_lookup(struct dentry *, struct qstr *);
/linux-2.6.39/fs/
Ddcache.c1860 dentry = __d_lookup(parent, name); in d_lookup()
1883 struct dentry *__d_lookup(struct dentry *parent, struct qstr *name) in __d_lookup() function
Dnamei.c1252 dentry = __d_lookup(parent, name); in do_lookup()