Lines Matching defs:dst_path
248 struct path dst_path;
258 &dst_path);
264 inode = d_inode(dst_path.dentry);
269 path_put(&dst_path);
1587 const char *path_name, struct path *dst_path)
1598 path_put(dst_path);
1599 *dst_path = link_path;
1652 struct path root_path, dst_path;
1668 &dst_path);
1672 inode = hmdfs_verify_path(dst_path.dentry, recv->buf, con->sbi->sb);
1679 err = hmdfs_lookup_linkpath(con->sbi, recv->buf, &dst_path);
1686 dentry = dst_path.dentry;
1697 err = hmdfs_notify_change(dst_path.mnt, dentry, &attr, NULL);
1701 path_put(&dst_path);
1744 struct path root_path, dst_path;
1770 lookup_flags, &dst_path);
1774 inode = hmdfs_verify_path(dst_path.dentry, recv->buf, con->sbi->sb);
1781 err = hmdfs_lookup_linkpath(con->sbi, recv->buf, &dst_path);
1786 err = vfs_getattr(&dst_path, &ks, STATX_BASIC_STATS | STATX_BTIME, 0);
1792 path_put(&dst_path);
1806 path_put(&dst_path);