Home
last modified time | relevance | path

Searched refs:target_dentry (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dinode.c2067 struct inode *target_dir, struct dentry *target_dentry, argument
2101 to_name = build_path_from_dentry(target_dentry);
2107 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2156 if (d_really_is_positive(target_dentry) && (rc == -EACCES || rc == -EEXIST)) {
2157 if (d_is_dir(target_dentry))
2158 tmprc = cifs_rmdir(target_dir, target_dentry);
2160 tmprc = cifs_unlink(target_dir, target_dentry);
2164 target_dentry, to_name);