Home
last modified time | relevance | path

Searched refs:d_lookup (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/linux/
Ddcache.h221 extern struct dentry * d_lookup(struct dentry *, struct qstr *);
/linux-2.4.37.9/fs/smbfs/
Dcache.c140 newdent = d_lookup(dentry, qname); in smb_fill_cache()
DChangeLog79 causes loops in d_lookup. Inherited bug. :)
/linux-2.4.37.9/fs/hfs/
Dhfs.h525 return d_lookup(base, &this); in hfs_lookup_dentry()
DChangeLog96 have the d_lookup use the same hash value as the one generated by
/linux-2.4.37.9/fs/
Ddcache.c709 struct dentry * d_lookup(struct dentry * parent, struct qstr * name) in d_lookup() function
1170 dentry = d_lookup(dir, name); in find_inode_number()
Dnamei.c265 struct dentry * dentry = d_lookup(parent, name); in cached_lookup()
297 result = d_lookup(parent, name); in real_lookup()
/linux-2.4.37.9/kernel/
Dksyms.c175 EXPORT_SYMBOL(d_lookup);
/linux-2.4.37.9/fs/umsdos/
Ddir.c621 result = d_lookup(parent, &qstr); in umsdos_lookup_dentry()
/linux-2.4.37.9/fs/ncpfs/
Ddir.c567 newdent = d_lookup(dentry, &qname); in ncp_fill_cache()