Lines Matching defs:target_dentry
2274 struct dentry *target_dentry, unsigned int flags)
2311 to_name = build_path_from_dentry(target_dentry, page2);
2318 if (d_inode(target_dentry) != NULL)
2321 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2327 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2384 if (d_really_is_positive(target_dentry) && (rc == -EACCES || rc == -EEXIST)) {
2385 if (d_is_dir(target_dentry))
2386 tmprc = cifs_rmdir(target_dir, target_dentry);
2388 tmprc = cifs_unlink(target_dir, target_dentry);
2392 target_dentry, to_name);