Searched refs:dst_dentry (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-ioctl.c | 206 struct dentry *dst_dentry; in bch2_ioctl_subvolume_create() local 252 dst_dentry = user_path_create(arg.dirfd, in bch2_ioctl_subvolume_create() 255 error = PTR_ERR_OR_ZERO(dst_dentry); in bch2_ioctl_subvolume_create() 259 if (dst_dentry->d_sb->s_fs_info != c) { in bch2_ioctl_subvolume_create() 264 if (dst_dentry->d_inode) { in bch2_ioctl_subvolume_create() 290 error = security_path_mkdir(&dst_path, dst_dentry, arg.mode); in bch2_ioctl_subvolume_create() 300 dst_dentry, arg.mode|S_IFDIR, in bch2_ioctl_subvolume_create() 308 d_instantiate(dst_dentry, &inode->v); in bch2_ioctl_subvolume_create() 309 fsnotify_mkdir(dir, dst_dentry); in bch2_ioctl_subvolume_create() 311 done_path_create(&dst_path, dst_dentry); in bch2_ioctl_subvolume_create()
|
| H A D | fs.c | 915 struct inode *dst_vdir, struct dentry *dst_dentry, in bch2_rename2() argument 922 struct bch_inode_info *dst_inode = to_bch_ei(dst_dentry->d_inode); in bch2_rename2() 928 : dst_dentry->d_inode in bch2_rename2() 983 &dst_dentry->d_name, in bch2_rename2()
|
| /linux-6.15/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()
|