Home
last modified time | relevance | path

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

/linux-6.6.21/fs/efivarfs/
Dsuper.c143 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
/linux-6.6.21/include/linux/
Ddcache.h231 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
/linux-6.6.21/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.c1605 dentry = d_alloc(base, name); in lookup_one_qstr_excl()
3679 child = d_alloc(parentpath->dentry, &slash_name); in vfs_tmpfile()
/linux-6.6.21/net/sunrpc/
Drpc_pipe.c637 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
/linux-6.6.21/fs/ceph/
Dinode.c1560 dn = d_alloc(parent, &dname); in ceph_fill_trace()
1957 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
/linux-6.6.21/fs/afs/
Ddir.c1981 op->rename.tmp = d_alloc(new_dentry->d_parent, in afs_rename()
/linux-6.6.21/fs/ext4/
Dfast_commit.c1426 dentry_inode = d_alloc(dentry_dir, &qstr_dname); in ext4_fc_replay_link_internal()
/linux-6.6.21/fs/nfs/
Ddir.c2698 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/linux-6.6.21/mm/
Dshmem.c3383 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()