Home
last modified time | relevance | path

Searched refs:d_alloc_parallel (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/fs/afs/
H A Ddir_silly.c248 alias = d_alloc_parallel(dentry->d_parent, &dentry->d_name, &wq); in afs_silly_iput()
/openbmc/linux/include/linux/
H A Ddcache.h233 extern struct dentry * d_alloc_parallel(struct dentry *, const struct qstr *,
/openbmc/linux/fs/nfs/
H A Dunlink.c127 alias = d_alloc_parallel(dentry->d_parent, &data->args.name, &data->wq); in nfs_call_unlink()
H A Ddir.c755 dentry = d_alloc_parallel(parent, &filename, &wq); in nfs_prime_dcache()
2126 dentry = d_alloc_parallel(dentry->d_parent, in nfs_atomic_open()
/openbmc/linux/fs/fuse/
H A Dreaddir.c198 dentry = d_alloc_parallel(parent, &name, &wq); in fuse_direntplus_link()
/openbmc/linux/fs/
H A Ddcache.c2228 found = d_alloc_parallel(dentry->d_parent, name, in d_add_ci()
2631 struct dentry *d_alloc_parallel(struct dentry *parent, in d_alloc_parallel() function
2739 EXPORT_SYMBOL(d_alloc_parallel);
H A Dnamei.c1679 dentry = d_alloc_parallel(dir, name, &wq); in __lookup_slow()
3415 dentry = d_alloc_parallel(dir, &nd->last, &wq); in lookup_open()
/openbmc/linux/fs/smb/client/
H A Dreaddir.c92 dentry = d_alloc_parallel(parent, name, &wq); in cifs_prime_dcache()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst287 ``i_rwsem``, a thread must call ``d_alloc_parallel()``. This allocates a
304 waitqueue_head`` is passed to ``d_alloc_parallel()``, and
309 ``d_alloc_parallel()`` has a little more work to do. It first waits for
311 to the instance of ``d_alloc_parallel()`` that won the race and that
317 ``d_splice_alias()``. In any case, ``d_alloc_parallel()`` repeats all the
H A Dporting.rst708 d_alloc_parallel() for that; look for in-tree examples.
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c697 child = d_alloc_parallel(dir, &qname, &wq); in proc_sys_fill_cache()
H A Dbase.c2076 child = d_alloc_parallel(dir, &qname, &wq); in proc_fill_cache()