Searched refs:dst_dentry (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/bcachefs/
H A Dfs-ioctl.c317 struct dentry *dst_dentry; local
363 dst_dentry = user_path_create(arg.dirfd,
366 error = PTR_ERR_OR_ZERO(dst_dentry);
370 if (dst_dentry->d_sb->s_fs_info != c) {
375 if (dst_dentry->d_inode) {
401 error = security_path_mkdir(&dst_path, dst_dentry, arg.mode);
410 dst_dentry, arg.mode|S_IFDIR,
416 d_instantiate(dst_dentry, &inode->v);
417 fsnotify_mkdir(dir, dst_dentry);
419 done_path_create(&dst_path, dst_dentry);
[all...]
H A Dfs.c610 struct inode *dst_vdir, struct dentry *dst_dentry,
617 struct bch_inode_info *dst_inode = to_bch_ei(dst_dentry->d_inode);
623 : dst_dentry->d_inode
676 &dst_dentry->d_name,
608 bch2_rename2(struct mnt_idmap *idmap, struct inode *src_vdir, struct dentry *src_dentry, struct inode *dst_vdir, struct dentry *dst_dentry, unsigned flags) argument
/linux-master/fs/hfsplus/
H A Ddir.c301 struct dentry *dst_dentry)
342 res = hfsplus_create_cat(cnid, dst_dir, &dst_dentry->d_name, inode);
347 hfsplus_instantiate(dst_dentry, inode, cnid);
300 hfsplus_link(struct dentry *src_dentry, struct inode *dst_dir, struct dentry *dst_dentry) argument

Completed in 112 milliseconds