Home
last modified time | relevance | path

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

/linux-6.1.9/fs/efivarfs/
Dsuper.c99 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
/linux-6.1.9/include/linux/
Ddcache.h231 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
/linux-6.1.9/fs/
Ddcache.c1847 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc() function
1864 EXPORT_SYMBOL(d_alloc);
1911 return d_alloc(parent, &q); in d_alloc_name()
2235 found = d_alloc(dentry->d_parent, name); in d_add_ci()
2638 struct dentry *new = d_alloc(parent, name); in d_alloc_parallel()
Dnamei.c1597 dentry = d_alloc(base, name); in __lookup_hash()
3602 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
/linux-6.1.9/fs/ceph/
Dinode.c1332 dn = d_alloc(parent, &dname); in ceph_fill_trace()
1723 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
/linux-6.1.9/net/sunrpc/
Drpc_pipe.c637 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
/linux-6.1.9/fs/ext4/
Dfast_commit.c1440 dentry_inode = d_alloc(dentry_dir, &qstr_dname); in ext4_fc_replay_link_internal()
/linux-6.1.9/fs/afs/
Ddir.c1963 op->rename.tmp = d_alloc(new_dentry->d_parent, in afs_rename()
/linux-6.1.9/fs/nfs/
Ddir.c2688 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/linux-6.1.9/mm/
Dshmem.c3049 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()