Searched refs:d_lookup (Results 1 – 10 of 10) sorted by relevance
221 extern struct dentry * d_lookup(struct dentry *, struct qstr *);
140 newdent = d_lookup(dentry, qname); in smb_fill_cache()
79 causes loops in d_lookup. Inherited bug. :)
525 return d_lookup(base, &this); in hfs_lookup_dentry()
96 have the d_lookup use the same hash value as the one generated by
709 struct dentry * d_lookup(struct dentry * parent, struct qstr * name) in d_lookup() function1170 dentry = d_lookup(dir, name); in find_inode_number()
265 struct dentry * dentry = d_lookup(parent, name); in cached_lookup()297 result = d_lookup(parent, name); in real_lookup()
175 EXPORT_SYMBOL(d_lookup);
621 result = d_lookup(parent, &qstr); in umsdos_lookup_dentry()
567 newdent = d_lookup(dentry, &qname); in ncp_fill_cache()