Searched refs:d_alloc (Results  1 – 10 of 10) sorted by relevance
| /Linux-v6.6/fs/efivarfs/ | 
| D | super.c | 142 	d = d_alloc(parent, &q);  in efivarfs_alloc_dentry()
 | 
| /Linux-v6.6/include/linux/ | 
| D | dcache.h | 231 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
 | 
| /Linux-v6.6/fs/ | 
| D | dcache.c | 1846 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name)  in d_alloc()  function1863 EXPORT_SYMBOL(d_alloc);
 1910 	return d_alloc(parent, &q);  in d_alloc_name()
 2234 		found = d_alloc(dentry->d_parent, name);  in d_add_ci()
 2637 	struct dentry *new = d_alloc(parent, name);  in d_alloc_parallel()
 
 | 
| D | namei.c | 1605 	dentry = d_alloc(base, name);  in lookup_one_qstr_excl()3685 	child = d_alloc(parentpath->dentry, &slash_name);  in vfs_tmpfile()
 
 | 
| /Linux-v6.6/net/sunrpc/ | 
| D | rpc_pipe.c | 637 		dentry = d_alloc(parent, &q);  in __rpc_lookup_create_exclusive()
 | 
| /Linux-v6.6/fs/ceph/ | 
| D | inode.c | 1560 				dn = d_alloc(parent, &dname);  in ceph_fill_trace()1957 			dn = d_alloc(parent, &dname);  in ceph_readdir_prepopulate()
 
 | 
| /Linux-v6.6/fs/afs/ | 
| D | dir.c | 1971 			op->rename.tmp = d_alloc(new_dentry->d_parent,  in afs_rename()
 | 
| /Linux-v6.6/fs/ext4/ | 
| D | fast_commit.c | 1426 	dentry_inode = d_alloc(dentry_dir, &qstr_dname);  in ext4_fc_replay_link_internal()
 | 
| /Linux-v6.6/fs/nfs/ | 
| D | dir.c | 2698 			dentry = d_alloc(new_dentry->d_parent,  in nfs_rename()
 | 
| /Linux-v6.6/mm/ | 
| D | shmem.c | 3366 	whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name);  in shmem_whiteout()
 |