Home
last modified time | relevance | path

Searched refs:d_lookup (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/fs/autofs/
H A Dwaitq.c285 new = d_lookup(parent, &dentry->d_name); in validate_request()
460 de = d_lookup(dentry->d_parent, &dentry->d_name); in autofs_wait()
H A Droot.c320 new = d_lookup(parent, &dentry->d_name); in autofs_mountpoint_changed()
/openbmc/linux/include/linux/
H A Ddcache.h277 extern struct dentry *d_lookup(const struct dentry *, const struct qstr *);
/openbmc/linux/fs/fuse/
H A Dreaddir.c195 dentry = d_lookup(parent, &name); in fuse_direntplus_link()
H A Ddir.c1366 entry = d_lookup(dir, name); in fuse_reverse_inval_entry()
/openbmc/linux/fs/
H A Ddcache.c2429 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name) in d_lookup() function
2442 EXPORT_SYMBOL(d_lookup);
2535 return d_lookup(dir, name); in d_hash_and_lookup()
H A Dnamei.c1570 struct dentry *dentry = d_lookup(dir, name); in lookup_dcache()
3410 dentry = d_lookup(dir, &nd->last); in lookup_open()
/openbmc/linux/fs/ceph/
H A Dinode.c1555 dn = d_lookup(parent, &dname); in ceph_fill_trace()
1952 dn = d_lookup(parent, &dname); in ceph_readdir_prepopulate()
H A Dmds_client.c4947 dentry = d_lookup(parent, &dname); in handle_lease()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c692 child = d_lookup(dir, &qname); in proc_sys_fill_cache()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.txt16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
H A Dpath-lookup.rst232 The name-lookup process (``d_lookup()``) does *not* try to prevent this
235 renamed. If ``d_lookup`` finds that a rename happened while it
H A Dvfs.rst1479 ``d_lookup``
/openbmc/linux/fs/nfs/
H A Ddir.c752 dentry = d_lookup(parent, &filename); in nfs_prime_dcache()