d_hash_and_lookup 1247 fs/dcache.c    	found = d_hash_and_lookup(dentry->d_parent, name);
d_hash_and_lookup 2233 fs/dcache.c    	dentry = d_hash_and_lookup(dir, name);
d_hash_and_lookup 2554 fs/proc/base.c 	dentry = d_hash_and_lookup(mnt->mnt_root, &name);
d_hash_and_lookup 2567 fs/proc/base.c 	leader = d_hash_and_lookup(mnt->mnt_root, &name);
d_hash_and_lookup 2573 fs/proc/base.c 	dir = d_hash_and_lookup(leader, &name);
d_hash_and_lookup 2579 fs/proc/base.c 	dentry = d_hash_and_lookup(dir, &name);
d_hash_and_lookup  294 include/linux/dcache.h extern struct dentry * d_hash_and_lookup(struct dentry *, struct qstr *);