Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dfs-ioctl.c212 struct dentry *dst_dentry; in bch2_ioctl_subvolume_create() local
258 dst_dentry = user_path_create(arg.dirfd, in bch2_ioctl_subvolume_create()
261 error = PTR_ERR_OR_ZERO(dst_dentry); in bch2_ioctl_subvolume_create()
265 if (dst_dentry->d_sb->s_fs_info != c) { in bch2_ioctl_subvolume_create()
270 if (dst_dentry->d_inode) { in bch2_ioctl_subvolume_create()
296 error = security_path_mkdir(&dst_path, dst_dentry, arg.mode); in bch2_ioctl_subvolume_create()
306 dst_dentry, arg.mode|S_IFDIR, in bch2_ioctl_subvolume_create()
314 d_instantiate(dst_dentry, &inode->v); in bch2_ioctl_subvolume_create()
315 fsnotify_mkdir(dir, dst_dentry); in bch2_ioctl_subvolume_create()
317 done_path_create(&dst_path, dst_dentry); in bch2_ioctl_subvolume_create()
A Dfs.c911 struct inode *dst_vdir, struct dentry *dst_dentry, in bch2_rename2() argument
918 struct bch_inode_info *dst_inode = to_bch_ei(dst_dentry->d_inode); in bch2_rename2()
924 : dst_dentry->d_inode in bch2_rename2()
979 &dst_dentry->d_name, in bch2_rename2()
/fs/hfsplus/
A Ddir.c301 struct dentry *dst_dentry) in hfsplus_link() argument
342 res = hfsplus_create_cat(cnid, dst_dir, &dst_dentry->d_name, inode); in hfsplus_link()
347 hfsplus_instantiate(dst_dentry, inode, cnid); in hfsplus_link()

Completed in 10 milliseconds