Searched refs:d_hash_and_lookup (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | rpc_pipe.c | 635 struct dentry *dentry = d_hash_and_lookup(parent, &q); in __rpc_lookup_create_exclusive() 662 dentry = d_hash_and_lookup(parent, &name); in __rpc_depopulate() 1195 return d_hash_and_lookup(sb->s_root, &dir); in rpc_d_lookup_sb() 1308 gssd_dentry = d_hash_and_lookup(root, &q); in rpc_gssd_dummy_populate() 1320 clnt_dentry = d_hash_and_lookup(gssd_dentry, &q); in rpc_gssd_dummy_populate()
|
/openbmc/linux/include/linux/ |
H A D | dcache.h | 278 extern struct dentry *d_hash_and_lookup(struct dentry *, struct qstr *);
|
/openbmc/linux/fs/ |
H A D | dcache.c | 2228 found = d_hash_and_lookup(dentry->d_parent, name); in d_add_ci() 2522 struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) in d_hash_and_lookup() function 2537 EXPORT_SYMBOL(d_hash_and_lookup);
|
H A D | namei.c | 2894 child = d_hash_and_lookup(parent, &this); in path_pts()
|
/openbmc/linux/fs/smb/client/ |
H A D | readdir.c | 81 dentry = d_hash_and_lookup(parent, name); in cifs_prime_dcache()
|
/openbmc/linux/security/selinux/ |
H A D | selinuxfs.c | 2169 selinux_null.dentry = d_hash_and_lookup(selinux_null.mnt->mnt_root, in init_sel_fs()
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 2132 child = d_hash_and_lookup(dir, &qname); in proc_fill_cache()
|