Lines Matching refs:new_dir
262 struct inode *new_dir = data->new_dir;
266 new_dir, data->new_dentry, task->tk_status);
267 if (!NFS_PROTO(old_dir)->rename_done(task, old_dir, new_dir)) {
294 if (data->new_dir != data->old_dir) {
295 spin_lock(&data->new_dir->i_lock);
296 nfs_force_lookup_revalidate(data->new_dir);
297 spin_unlock(&data->new_dir->i_lock);
304 iput(data->new_dir);
325 * @new_dir: target directory for the rename
333 nfs_async_rename(struct inode *old_dir, struct inode *new_dir,
361 data->new_dir = new_dir;
362 ihold(new_dir);
372 data->args.new_dir = NFS_FH(new_dir);