Searched refs:__d_lookup_rcu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 283 extern struct dentry *__d_lookup_rcu(const struct dentry *parent,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 280 extern struct dentry *__d_lookup_rcu(const struct dentry *parent,
|
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 2206 * __d_lookup_rcu - search for a dentry (racy, store-free) 2212 * __d_lookup_rcu is the dcache lookup function for rcu-walk name 2218 * __d_lookup_rcu must only be used in rcu-walk mode, ie. with vfsmount lock 2226 * Alternatively, __d_lookup_rcu may be called again to look up the child of 2234 struct dentry *__d_lookup_rcu(const struct dentry *parent, in __d_lookup_rcu() function 2245 * Note: There is significant duplication with __d_lookup_rcu which is in __d_lookup_rcu() 2368 * Note: There is significant duplication with __d_lookup_rcu which is in __d_lookup() 2552 dentry = __d_lookup_rcu(parent, name, &d_seq); in d_alloc_parallel()
|
H A D | namei.c | 1485 dentry = __d_lookup_rcu(parent, &nd->last, &seq); in lookup_fast()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 2274 * This is __d_lookup_rcu() when the parent dentry has 2316 * __d_lookup_rcu - search for a dentry (racy, store-free) 2322 * __d_lookup_rcu is the dcache lookup function for rcu-walk name 2328 * __d_lookup_rcu must only be used in rcu-walk mode, ie. with vfsmount lock 2336 * Alternatively, __d_lookup_rcu may be called again to look up the child of 2344 struct dentry *__d_lookup_rcu(const struct dentry *parent, in __d_lookup_rcu() function 2355 * Note: There is significant duplication with __d_lookup_rcu which is in __d_lookup_rcu() 2462 * Note: There is significant duplication with __d_lookup_rcu which is in __d_lookup() 2649 dentry = __d_lookup_rcu(parent, name, &d_seq); in d_alloc_parallel()
|
H A D | namei.c | 1629 dentry = __d_lookup_rcu(parent, &nd->last, &nd->next_seq); in lookup_fast()
|
Completed in 21 milliseconds