Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dinode.c2449 struct dentry *target_dentry, unsigned int flags) argument
2486 to_name = build_path_from_dentry(target_dentry, page2);
2493 if (d_inode(target_dentry) != NULL) {
2494 netfs_wait_for_outstanding_io(d_inode(target_dentry));
2498 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2504 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2561 if (d_really_is_positive(target_dentry) && (rc == -EACCES || rc == -EEXIST)) {
2562 if (d_is_dir(target_dentry))
2563 tmprc = cifs_rmdir(target_dir, target_dentry);
2565 tmprc = cifs_unlink(target_dir, target_dentry);
[all …]