Home
last modified time | relevance | path

Searched refs:d_lookup (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/fs/autofs/
H A Dwaitq.c330 new = d_lookup(parent, &dentry->d_name); in validate_request()
500 de = d_lookup(dentry->d_parent, &dentry->d_name); in autofs_wait()
H A Droot.c298 new = d_lookup(parent, &dentry->d_name); in autofs_mountpoint_changed()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/sharefs/
H A Dlookup.c251 lower_dentry = d_lookup(lower_dir_dentry, &this); in __sharefs_lookup()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dlookup.c251 lower_dentry = d_lookup(lower_dir_dentry, &this); in __sharefs_lookup()
/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h280 extern struct dentry *d_lookup(const struct dentry *, const struct qstr *);
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h277 extern struct dentry *d_lookup(const struct dentry *, const struct qstr *);
/kernel/linux/linux-5.10/fs/fuse/
H A Dreaddir.c195 dentry = d_lookup(parent, &name); in fuse_direntplus_link()
H A Ddir.c1150 entry = d_lookup(dir, name); in fuse_reverse_inval_entry()
/kernel/linux/linux-6.6/fs/fuse/
H A Dreaddir.c195 dentry = d_lookup(parent, &name); in fuse_direntplus_link()
H A Ddir.c1365 entry = d_lookup(dir, name); in fuse_reverse_inval_entry()
/kernel/linux/linux-5.10/fs/
H A Ddcache.c2259 * false-negative result. d_lookup() protects against concurrent in __d_lookup_rcu()
2319 * d_lookup - search for a dentry
2324 * d_lookup searches the children of the parent dentry for the name in
2329 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name) in d_lookup() function
2342 EXPORT_SYMBOL(d_lookup); variable
2350 * __d_lookup is like d_lookup, however it may (rarely) return a
2354 * however it must be used carefully, eg. with a following d_lookup in
2382 * false-negative result. d_lookup() protects against concurrent in __d_lookup()
2435 return d_lookup(dir, name); in d_hash_and_lookup()
2584 * No changes for the parent since the beginning of d_lookup() in d_alloc_parallel()
[all...]
H A Dnamei.c1425 struct dentry *dentry = d_lookup(dir, name); in lookup_dcache()
3095 dentry = d_lookup(dir, &nd->last); in lookup_open()
/kernel/linux/linux-6.6/fs/
H A Ddcache.c2372 * false-negative result. d_lookup() protects against concurrent in __d_lookup_rcu()
2413 * d_lookup - search for a dentry
2418 * d_lookup searches the children of the parent dentry for the name in
2423 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name) in d_lookup() function
2436 EXPORT_SYMBOL(d_lookup); variable
2444 * __d_lookup is like d_lookup, however it may (rarely) return a
2448 * however it must be used carefully, eg. with a following d_lookup in
2476 * false-negative result. d_lookup() protects against concurrent in __d_lookup()
2529 return d_lookup(dir, name); in d_hash_and_lookup()
2681 * No changes for the parent since the beginning of d_lookup() in d_alloc_parallel()
[all...]
H A Dnamei.c1570 struct dentry *dentry = d_lookup(dir, name); in lookup_dcache()
3412 dentry = d_lookup(dir, &nd->last); in lookup_open()
/kernel/linux/linux-5.10/fs/ceph/
H A Dinode.c1287 dn = d_lookup(parent, &dname); in ceph_fill_trace()
1288 dout("d_lookup on parent=%p name=%.*s got %p\n", in ceph_fill_trace()
1683 dn = d_lookup(parent, &dname); in ceph_readdir_prepopulate()
1684 dout("d_lookup on parent=%p name=%.*s got %p\n", in ceph_readdir_prepopulate()
H A Dmds_client.c4318 dentry = d_lookup(parent, &dname); in handle_lease()
/kernel/linux/linux-6.6/fs/ceph/
H A Dinode.c1555 dn = d_lookup(parent, &dname); in ceph_fill_trace()
1556 dout("d_lookup on parent=%p name=%.*s got %p\n", in ceph_fill_trace()
1952 dn = d_lookup(parent, &dname); in ceph_readdir_prepopulate()
1953 dout("d_lookup on parent=%p name=%.*s got %p\n", in ceph_readdir_prepopulate()
H A Dmds_client.c4943 dentry = d_lookup(parent, &dname); in handle_lease()
/kernel/linux/linux-5.10/fs/proc/
H A Dproc_sysctl.c683 child = d_lookup(dir, &qname); in proc_sys_fill_cache()
/kernel/linux/linux-6.6/fs/proc/
H A Dproc_sysctl.c694 child = d_lookup(dir, &qname); in proc_sys_fill_cache()
/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c513 dentry = d_lookup(parent, &filename); in nfs_prime_dcache()
/kernel/linux/linux-6.6/fs/nfs/
H A Ddir.c752 dentry = d_lookup(parent, &filename); in nfs_prime_dcache()

Completed in 62 milliseconds