Searched refs:d_lookup (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | waitq.c | 329 new = d_lookup(parent, &dentry->d_name); in validate_request() 499 de = d_lookup(dentry->d_parent, &dentry->d_name); in autofs_wait()
|
| H A D | root.c | 298 new = d_lookup(parent, &dentry->d_name); in autofs_mountpoint_changed()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dcache.h | 289 extern struct dentry *d_lookup(const struct dentry *, const struct qstr *);
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | readdir.c | 195 dentry = d_lookup(parent, &name); in fuse_direntplus_link()
|
| H A D | dir.c | 1187 entry = d_lookup(dir, name); in fuse_reverse_inval_entry()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dcache.c | 2328 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name) in d_lookup() function 2341 EXPORT_SYMBOL(d_lookup); 2434 return d_lookup(dir, name); in d_hash_and_lookup()
|
| H A D | namei.c | 1503 struct dentry *dentry = d_lookup(dir, name); in lookup_dcache() 3121 dentry = d_lookup(dir, &nd->last); in lookup_open()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | inode.c | 1289 dn = d_lookup(parent, &dname); in ceph_fill_trace() 1685 dn = d_lookup(parent, &dname); in ceph_readdir_prepopulate()
|
| H A D | mds_client.c | 4312 dentry = d_lookup(parent, &dname); in handle_lease()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | path-lookup.txt | 16 Prior to 2.5.10, dcache_lock was acquired in d_lookup (dcache hash lookup) and
|
| H A D | path-lookup.rst | 232 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 D | vfs.rst | 1378 ``d_lookup``
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | proc_sysctl.c | 684 child = d_lookup(dir, &qname); in proc_sys_fill_cache()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | dir.c | 513 dentry = d_lookup(parent, &filename); in nfs_prime_dcache()
|