Home
last modified time | relevance | path

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

/linux-6.12.1/fs/autofs/
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()
Droot.c320 new = d_lookup(parent, &dentry->d_name); in autofs_mountpoint_changed()
/linux-6.12.1/include/linux/
Ddcache.h278 extern struct dentry *d_lookup(const struct dentry *, const struct qstr *);
/linux-6.12.1/fs/xfs/scrub/
Dorphanage.c489 d_child = d_lookup(d_orphanage, &qname); in xrep_adoption_zap_dcache()
Ddirtree_repair.c313 child_dentry = d_lookup(parent_dentry, &qname); in xrep_dirtree_purge_dentry()
/linux-6.12.1/fs/fuse/
Dreaddir.c195 dentry = d_lookup(parent, &name); in fuse_direntplus_link()
Ddir.c1382 entry = d_lookup(dir, name); in fuse_reverse_inval_entry()
/linux-6.12.1/fs/
Ddcache.c2263 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name) in d_lookup() function
2276 EXPORT_SYMBOL(d_lookup);
2369 return d_lookup(dir, name); in d_hash_and_lookup()
Dnamei.c1594 struct dentry *dentry = d_lookup(dir, name); in lookup_dcache()
3514 dentry = d_lookup(dir, &nd->last); in lookup_open()
/linux-6.12.1/fs/proc/
Dproc_sysctl.c688 child = d_lookup(dir, &qname); in proc_sys_fill_cache()
/linux-6.12.1/fs/ceph/
Dinode.c1588 dn = d_lookup(parent, &dname); in ceph_fill_trace()
1984 dn = d_lookup(parent, &dname); in ceph_readdir_prepopulate()
Dmds_client.c5237 dentry = d_lookup(parent, &dname); in handle_lease()
/linux-6.12.1/Documentation/filesystems/
Dpath-lookup.txt16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
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
Dvfs.rst1476 ``d_lookup``
/linux-6.12.1/fs/nfs/
Ddir.c754 dentry = d_lookup(parent, &filename); in nfs_prime_dcache()