Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/efivarfs/
Dsuper.c99 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
/kernel/linux/linux-5.10/fs/sharefs/
Dlookup.c256 lower_dentry = d_alloc(lower_dir_dentry, &this); in __sharefs_lookup()
/kernel/linux/linux-5.10/include/linux/
Ddcache.h238 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
/kernel/linux/linux-5.10/fs/
Ddcache.c1786 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc() function
1803 EXPORT_SYMBOL(d_alloc);
1850 return d_alloc(parent, &q); in d_alloc_name()
2174 found = d_alloc(dentry->d_parent, name); in d_add_ci()
2540 struct dentry *new = d_alloc(parent, name); in d_alloc_parallel()
Dnamei.c1459 dentry = d_alloc(base, name); in __lookup_hash()
3293 child = d_alloc(dentry, &slash_name); in vfs_tmpfile()
/kernel/linux/linux-5.10/fs/ceph/
Dinode.c1294 dn = d_alloc(parent, &dname); in ceph_fill_trace()
1690 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
/kernel/linux/linux-5.10/net/sunrpc/
Drpc_pipe.c637 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
/kernel/linux/linux-5.10/fs/afs/
Ddir.c1913 op->rename.tmp = d_alloc(new_dentry->d_parent, in afs_rename()
/kernel/linux/linux-5.10/fs/ext4/
Dfast_commit.c1335 dentry_inode = d_alloc(dentry_dir, &qstr_dname); in ext4_fc_replay_link_internal()
/kernel/linux/linux-5.10/fs/nfs/
Ddir.c2259 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/kernel/linux/linux-5.10/mm/
Dshmem.c3076 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()