target_dentry    1782 fs/cifs/inode.c 	     struct inode *target_dir, struct dentry *target_dentry,
target_dentry    1816 fs/cifs/inode.c 	to_name = build_path_from_dentry(target_dentry);
target_dentry    1822 fs/cifs/inode.c 	rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
target_dentry    1871 fs/cifs/inode.c 	if (d_really_is_positive(target_dentry) && (rc == -EACCES || rc == -EEXIST)) {
target_dentry    1872 fs/cifs/inode.c 		if (d_is_dir(target_dentry))
target_dentry    1873 fs/cifs/inode.c 			tmprc = cifs_rmdir(target_dir, target_dentry);
target_dentry    1875 fs/cifs/inode.c 			tmprc = cifs_unlink(target_dir, target_dentry);
target_dentry    1879 fs/cifs/inode.c 				    target_dentry, to_name);