Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dinode.c2075 struct dentry *target_dentry, unsigned int flags) argument
2110 to_name = build_path_from_dentry(target_dentry, page2);
2117 if (d_inode(target_dentry) != NULL)
2120 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2126 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2180 if (d_really_is_positive(target_dentry) && (rc == -EACCES || rc == -EEXIST)) {
2181 if (d_is_dir(target_dentry))
2182 tmprc = cifs_rmdir(target_dir, target_dentry);
2184 tmprc = cifs_unlink(target_dir, target_dentry);
2188 target_dentry, to_name);