Home
last modified time | relevance | path

Searched refs:d_alloc (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/fs/efivarfs/
Dsuper.c99 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
/Linux-v5.4/include/linux/
Ddcache.h236 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
/Linux-v5.4/fs/
Ddcache.c1765 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()
Dnamei.c1534 dentry = d_alloc(base, name); in __lookup_hash()
3440 child = d_alloc(dentry, &slash_name); in vfs_tmpfile()
/Linux-v5.4/fs/ceph/
Dinode.c1271 dn = d_alloc(parent, &dname); in ceph_fill_trace()
1653 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
/Linux-v5.4/net/sunrpc/
Drpc_pipe.c636 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
/Linux-v5.4/fs/afs/
Ddir.c1865 tmp = d_alloc(new_dentry->d_parent, in afs_rename()
/Linux-v5.4/fs/nfs/
Ddir.c2076 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/Linux-v5.4/mm/
Dshmem.c3024 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()
/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c2152 path.dentry = d_alloc(pfmfs_mnt->mnt_root, &this); in pfm_alloc_file()