Home
last modified time | relevance | path

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

/linux-4.1.27/fs/autofs4/
Dwaitq.c327 new = d_lookup(parent, &dentry->d_name); in validate_request()
512 de = d_lookup(dentry->d_parent, &dentry->d_name); in autofs4_wait()
Droot.c323 struct dentry *new = d_lookup(parent, &dentry->d_name); in autofs4_mountpoint_changed()
/linux-4.1.27/include/linux/
Ddcache.h316 extern struct dentry *d_lookup(const struct dentry *, const struct qstr *);
/linux-4.1.27/fs/nfs/
Dunlink.c134 alias = d_lookup(parent, &data->args.name); in nfs_do_call_unlink()
Ddir.c491 dentry = d_lookup(parent, &filename); in nfs_prime_dcache()
/linux-4.1.27/fs/
Ddcache.c2231 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name) in d_lookup() function
2244 EXPORT_SYMBOL(d_lookup);
2352 return d_lookup(dir, name); in d_hash_and_lookup()
Dnamei.c1357 dentry = d_lookup(dir, name); in lookup_dcache()
2328 dentry = d_lookup(dir, &nd->last); in mountpoint_last()
/linux-4.1.27/fs/fuse/
Ddir.c956 entry = d_lookup(dir, name); in fuse_reverse_inval_entry()
1206 dentry = d_lookup(parent, &name); in fuse_direntplus_link()
/linux-4.1.27/fs/ceph/
Dinode.c1109 dn = d_lookup(parent, &dname); in ceph_fill_trace()
1389 dn = d_lookup(parent, &dname); in ceph_readdir_prepopulate()
Dmds_client.c3142 dentry = d_lookup(parent, &dname); in handle_lease()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c942 dentry = d_lookup(parent, &entry->se_qstr); in ll_statahead_one()
/linux-4.1.27/fs/proc/
Dproc_sysctl.c628 child = d_lookup(dir, &qname); in proc_sys_fill_cache()
/linux-4.1.27/Documentation/filesystems/
Dpath-lookup.txt16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
Dvfs.txt1105 d_lookup: look up a dentry given its parent and path name component