Searched refs:d_alloc_parallel (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/fs/afs/ | 
| D | dir_silly.c | 211 	alias = d_alloc_parallel(dentry->d_parent, &dentry->d_name, &wq);  in afs_silly_iput()
 | 
| /Linux-v5.4/include/linux/ | 
| D | dcache.h | 238 extern struct dentry * d_alloc_parallel(struct dentry *, const struct qstr *,
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | unlink.c | 123 	alias = d_alloc_parallel(dentry->d_parent, &data->args.name, &data->wq);  in nfs_call_unlink()
 | 
| D | dir.c | 478 		dentry = d_alloc_parallel(parent, &filename, &wq);  in nfs_prime_dcache()1553 		dentry = d_alloc_parallel(dentry->d_parent,  in nfs_atomic_open()
 
 | 
| /Linux-v5.4/fs/fuse/ | 
| D | readdir.c | 196 		dentry = d_alloc_parallel(parent, &name, &wq);  in fuse_direntplus_link()
 | 
| /Linux-v5.4/fs/ | 
| D | dcache.c | 2146 		found = d_alloc_parallel(dentry->d_parent, name,  in d_add_ci()2512 struct dentry *d_alloc_parallel(struct dentry *parent,  in d_alloc_parallel()  function
 2620 EXPORT_SYMBOL(d_alloc_parallel);
 
 | 
| D | namei.c | 1646 	dentry = d_alloc_parallel(dir, name, &wq);  in __lookup_slow()3137 			dentry = d_alloc_parallel(dir, &nd->last, &wq);  in lookup_open()
 
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | readdir.c | 98 		dentry = d_alloc_parallel(parent, name, &wq);  in cifs_prime_dcache()
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | path-lookup.rst | 279 ``i_rwsem``, a thread must call ``d_alloc_parallel()``.  This allocates a296 waitqueue_head`` is passed to ``d_alloc_parallel()``, and
 301 ``d_alloc_parallel()`` has a little more work to do. It first waits for
 303 to the instance of ``d_alloc_parallel()`` that won the race and that
 309 ``d_splice_alias()``.  In any case, ``d_alloc_parallel()`` repeats all the
 
 | 
| D | porting.rst | 703 do dcache pre-seeding, you'll need to switch to d_alloc_parallel() for
 | 
| /Linux-v5.4/fs/proc/ | 
| D | proc_sysctl.c | 706 		child = d_alloc_parallel(dir, &qname, &wq);  in proc_sys_fill_cache()
 | 
| D | base.c | 1895 		child = d_alloc_parallel(dir, &qname, &wq);  in proc_fill_cache()
 |