Home
last modified time | relevance | path

Searched refs:d_hash_and_lookup (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/net/sunrpc/
Drpc_pipe.c634 struct dentry *dentry = d_hash_and_lookup(parent, &q); in __rpc_lookup_create_exclusive()
661 dentry = d_hash_and_lookup(parent, &name); in __rpc_depopulate()
1193 return d_hash_and_lookup(sb->s_root, &dir); in rpc_d_lookup_sb()
1306 gssd_dentry = d_hash_and_lookup(root, &q); in rpc_gssd_dummy_populate()
1318 clnt_dentry = d_hash_and_lookup(gssd_dentry, &q); in rpc_gssd_dummy_populate()
/Linux-v5.10/include/linux/
Ddcache.h281 extern struct dentry *d_hash_and_lookup(struct dentry *, struct qstr *);
/Linux-v5.10/fs/
Ddcache.c2161 found = d_hash_and_lookup(dentry->d_parent, name); in d_add_ci()
2421 struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) in d_hash_and_lookup() function
2436 EXPORT_SYMBOL(d_hash_and_lookup);
Dnamei.c2633 child = d_hash_and_lookup(parent, &this); in path_pts()
/Linux-v5.10/fs/cifs/
Dreaddir.c88 dentry = d_hash_and_lookup(parent, name); in cifs_prime_dcache()
/Linux-v5.10/security/selinux/
Dselinuxfs.c2235 selinux_null.dentry = d_hash_and_lookup(selinux_null.mnt->mnt_root, in init_sel_fs()
/Linux-v5.10/fs/proc/
Dbase.c2039 child = d_hash_and_lookup(dir, &qname); in proc_fill_cache()