Home
last modified time | relevance | path

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

/Linux-v5.10/fs/efivarfs/
Dsuper.c99 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
/Linux-v5.10/include/linux/
Ddcache.h238 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
/Linux-v5.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.c1441 dentry = d_alloc(base, name); in __lookup_hash()
3281 child = d_alloc(dentry, &slash_name); in vfs_tmpfile()
/Linux-v5.10/fs/ceph/
Dinode.c1292 dn = d_alloc(parent, &dname); in ceph_fill_trace()
1686 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
/Linux-v5.10/net/sunrpc/
Drpc_pipe.c636 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
/Linux-v5.10/fs/afs/
Ddir.c1934 op->rename.tmp = d_alloc(new_dentry->d_parent, in afs_rename()
/Linux-v5.10/fs/ext4/
Dfast_commit.c1317 dentry_inode = d_alloc(dentry_dir, &qstr_dname); in ext4_fc_replay_link_internal()
/Linux-v5.10/fs/nfs/
Ddir.c2240 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/Linux-v5.10/mm/
Dshmem.c3075 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()