Home
last modified time | relevance | path

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

/Linux-v4.19/fs/efivarfs/
Dsuper.c103 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
/Linux-v4.19/include/linux/
Ddcache.h235 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
/Linux-v4.19/fs/
Ddcache.c1696 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc() function
1714 EXPORT_SYMBOL(d_alloc);
1752 return d_alloc(parent, &q); in d_alloc_name()
2073 found = d_alloc(dentry->d_parent, name); in d_add_ci()
2441 struct dentry *new = d_alloc(parent, name); in d_alloc_parallel()
Dnamei.c1542 dentry = d_alloc(base, name); in __lookup_hash()
3450 child = d_alloc(dentry, &slash_name); in vfs_tmpfile()
/Linux-v4.19/fs/ceph/
Dinode.c1220 dn = d_alloc(parent, &dname); in ceph_fill_trace()
1610 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
/Linux-v4.19/net/sunrpc/
Drpc_pipe.c637 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
/Linux-v4.19/fs/nfs/
Ddir.c2037 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/Linux-v4.19/mm/
Dshmem.c2941 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c2197 path.dentry = d_alloc(pfmfs_mnt->mnt_root, &this); in pfm_alloc_file()