Lines Matching refs:new_dir
267 struct inode *new_dir = data->new_dir;
271 new_dir, data->new_dentry, task->tk_status);
272 if (!NFS_PROTO(old_dir)->rename_done(task, old_dir, new_dir)) {
299 if (data->new_dir != data->old_dir) {
300 spin_lock(&data->new_dir->i_lock);
301 nfs_force_lookup_revalidate(data->new_dir);
302 spin_unlock(&data->new_dir->i_lock);
309 iput(data->new_dir);
330 * @new_dir: target directory for the rename
338 nfs_async_rename(struct inode *old_dir, struct inode *new_dir,
353 nfs_server_capable(new_dir, NFS_CAP_MOVEABLE))
371 data->new_dir = new_dir;
372 ihold(new_dir);
382 data->args.new_dir = NFS_FH(new_dir);