Searched refs:d_alloc (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/fs/efivarfs/ |
| D | super.c | 99 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
|
| /kernel/linux/linux-5.10/fs/sharefs/ |
| D | lookup.c | 256 lower_dentry = d_alloc(lower_dir_dentry, &this); in __sharefs_lookup()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dcache.h | 238 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
|
| /kernel/linux/linux-5.10/fs/ |
| D | dcache.c | 1786 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()
|
| D | namei.c | 1459 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/ |
| D | inode.c | 1294 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/ |
| D | rpc_pipe.c | 637 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
|
| /kernel/linux/linux-5.10/fs/afs/ |
| D | dir.c | 1913 op->rename.tmp = d_alloc(new_dentry->d_parent, in afs_rename()
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | fast_commit.c | 1335 dentry_inode = d_alloc(dentry_dir, &qstr_dname); in ext4_fc_replay_link_internal()
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | dir.c | 2259 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
|
| /kernel/linux/linux-5.10/mm/ |
| D | shmem.c | 3076 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()
|