Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Ddir_silly.c257 alias = d_alloc_parallel(dentry->d_parent, &dentry->d_name, &wq); in afs_silly_iput()
/linux/include/linux/
H A Ddcache.h247 extern struct dentry * d_alloc_parallel(struct dentry *, const struct qstr *,
/linux/fs/
H A Ddcache.c2176 found = d_alloc_parallel(dentry->d_parent, name, in d_add_ci()
2587 struct dentry *d_alloc_parallel(struct dentry *parent, in d_alloc_parallel() function
2701 EXPORT_SYMBOL(d_alloc_parallel);
/linux/fs/smb/client/
H A Dreaddir.c109 dentry = d_alloc_parallel(parent, name, &wq); in cifs_prime_dcache()
/linux/fs/nfs/
H A Ddir.c759 dentry = d_alloc_parallel(parent, &filename, &wq); in nfs_prime_dcache()
2118 dentry = d_alloc_parallel(dentry->d_parent, in nfs_atomic_open()
/linux/fs/proc/
H A Dproc_sysctl.c696 child = d_alloc_parallel(dir, &qname, &wq); in proc_sys_fill_cache()
H A Dbase.c2133 child = d_alloc_parallel(dir, &qname, &wq); in proc_fill_cache()
/linux/Documentation/filesystems/
H A Dporting.rst708 d_alloc_parallel() for that; look for in-tree examples.