Searched refs:d_hash_and_lookup (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dorphanage.c445 d_child = d_hash_and_lookup(d_orphanage, &qname);
482 d_child = d_hash_and_lookup(d_orphanage, &qname);
/linux-master/net/sunrpc/
H A Drpc_pipe.c635 struct dentry *dentry = d_hash_and_lookup(parent, &q);
662 dentry = d_hash_and_lookup(parent, &name);
1195 return d_hash_and_lookup(sb->s_root, &dir);
1308 gssd_dentry = d_hash_and_lookup(root, &q);
1320 clnt_dentry = d_hash_and_lookup(gssd_dentry, &q);
/linux-master/include/linux/
H A Ddcache.h274 extern struct dentry *d_hash_and_lookup(struct dentry *, struct qstr *);
/linux-master/fs/
H A Ddcache.c2046 found = d_hash_and_lookup(dentry->d_parent, name);
2334 * d_hash_and_lookup - hash the qstr then search for a dentry
2340 struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) function
2355 EXPORT_SYMBOL(d_hash_and_lookup); variable
H A Dnamei.c2914 child = d_hash_and_lookup(parent, &this);
/linux-master/fs/smb/client/
H A Dreaddir.c79 dentry = d_hash_and_lookup(parent, name);
/linux-master/security/selinux/
H A Dselinuxfs.c2157 selinux_null.dentry = d_hash_and_lookup(selinux_null.mnt->mnt_root,
/linux-master/fs/proc/
H A Dbase.c2068 child = d_hash_and_lookup(dir, &qname);

Completed in 284 milliseconds