Searched refs:d_alloc (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/efivarfs/ |
D | super.c | 99 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
|
/Linux-v5.4/include/linux/ |
D | dcache.h | 236 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
|
/Linux-v5.4/fs/ |
D | dcache.c | 1765 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc() function 1782 EXPORT_SYMBOL(d_alloc); 1829 return d_alloc(parent, &q); in d_alloc_name() 2153 found = d_alloc(dentry->d_parent, name); in d_add_ci() 2519 struct dentry *new = d_alloc(parent, name); in d_alloc_parallel()
|
D | namei.c | 1534 dentry = d_alloc(base, name); in __lookup_hash() 3440 child = d_alloc(dentry, &slash_name); in vfs_tmpfile()
|
/Linux-v5.4/fs/ceph/ |
D | inode.c | 1271 dn = d_alloc(parent, &dname); in ceph_fill_trace() 1653 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
|
/Linux-v5.4/net/sunrpc/ |
D | rpc_pipe.c | 636 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
|
/Linux-v5.4/fs/afs/ |
D | dir.c | 1865 tmp = d_alloc(new_dentry->d_parent, in afs_rename()
|
/Linux-v5.4/fs/nfs/ |
D | dir.c | 2076 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
|
/Linux-v5.4/mm/ |
D | shmem.c | 3024 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | perfmon.c | 2152 path.dentry = d_alloc(pfmfs_mnt->mnt_root, &this); in pfm_alloc_file()
|