Searched refs:dst_dentry (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | fs-ioctl.c | 380 struct dentry *dst_dentry; in bch2_ioctl_subvolume_create() local 426 dst_dentry = user_path_create(arg.dirfd, in bch2_ioctl_subvolume_create() 429 error = PTR_ERR_OR_ZERO(dst_dentry); in bch2_ioctl_subvolume_create() 433 if (dst_dentry->d_sb->s_fs_info != c) { in bch2_ioctl_subvolume_create() 438 if (dst_dentry->d_inode) { in bch2_ioctl_subvolume_create() 464 error = security_path_mkdir(&dst_path, dst_dentry, arg.mode); in bch2_ioctl_subvolume_create() 474 dst_dentry, arg.mode|S_IFDIR, in bch2_ioctl_subvolume_create() 482 d_instantiate(dst_dentry, &inode->v); in bch2_ioctl_subvolume_create() 483 fsnotify_mkdir(dir, dst_dentry); in bch2_ioctl_subvolume_create() 485 done_path_create(&dst_path, dst_dentry); in bch2_ioctl_subvolume_create()
|
H A D | fs.c | 869 struct inode *dst_vdir, struct dentry *dst_dentry, in bch2_rename2() argument 876 struct bch_inode_info *dst_inode = to_bch_ei(dst_dentry->d_inode); in bch2_rename2() 882 : dst_dentry->d_inode in bch2_rename2() 937 &dst_dentry->d_name, in bch2_rename2()
|
/linux/fs/hfsplus/ |
H A D | dir.c | 301 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()
|