Searched refs:d_hash_and_lookup (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/sunrpc/ |
D | rpc_pipe.c | 651 struct dentry *dentry = d_hash_and_lookup(parent, &q); in __rpc_lookup_create_exclusive() 678 dentry = d_hash_and_lookup(parent, &name); in __rpc_depopulate() 1210 return d_hash_and_lookup(sb->s_root, &dir); in rpc_d_lookup_sb() 1336 gssd_dentry = d_hash_and_lookup(root, &q); in rpc_gssd_dummy_populate() 1348 clnt_dentry = d_hash_and_lookup(gssd_dentry, &q); in rpc_gssd_dummy_populate()
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 319 extern struct dentry *d_hash_and_lookup(struct dentry *, struct qstr *);
|
/linux-4.4.14/fs/proc/ |
D | base.c | 1810 child = d_hash_and_lookup(dir, &qname); in proc_fill_cache() 2861 dentry = d_hash_and_lookup(mnt->mnt_root, &name); in proc_flush_task_mnt() 2872 leader = d_hash_and_lookup(mnt->mnt_root, &name); in proc_flush_task_mnt() 2878 dir = d_hash_and_lookup(leader, &name); in proc_flush_task_mnt() 2884 dentry = d_hash_and_lookup(dir, &name); in proc_flush_task_mnt()
|
/linux-4.4.14/fs/ |
D | dcache.c | 2060 found = d_hash_and_lookup(dentry->d_parent, name); in d_add_ci() 2342 struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) in d_hash_and_lookup() function 2357 EXPORT_SYMBOL(d_hash_and_lookup);
|
/linux-4.4.14/fs/cifs/ |
D | readdir.c | 86 dentry = d_hash_and_lookup(parent, name); in cifs_prime_dcache()
|
/linux-4.4.14/fs/ncpfs/ |
D | dir.c | 599 newdent = d_hash_and_lookup(dentry, &qname); in ncp_fill_cache()
|