Home
last modified time | relevance | path

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

/linux/fs/
H A Dinternal.h69 struct dentry *d_hash_and_lookup(struct dentry *, struct qstr *);
H A Ddcache.c2134 found = d_hash_and_lookup(dentry->d_parent, name); in d_add_ci()
2425 struct dentry *d_hash_and_lookup(struct dentry *dir, struct qstr *name) in d_hash_and_lookup() function
H A Dnamei.c3200 child = d_hash_and_lookup(parent, &this); in path_pts()
/linux/Documentation/filesystems/
H A Dporting.rst1237 d_hash_and_lookup() is no longer exported or available outside the VFS.