Searched refs:target_dentry (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | inode.c | 2536 struct dentry *target_dentry, unsigned int flags) argument 2564 if (d_is_positive(target_dentry) && !d_is_dir(target_dentry)) { 2565 if (!d_unhashed(target_dentry)) { 2566 d_drop(target_dentry); 2587 to_name = build_path_from_dentry(target_dentry, page2); 2594 if (d_inode(target_dentry) != NULL) { 2595 netfs_wait_for_outstanding_io(d_inode(target_dentry)); 2596 cifs_close_deferred_file_under_dentry(tcon, target_dentry); 2599 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2605 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, [all …]
|
| H A D | cifsfs.h | 74 struct dentry *target_dentry, unsigned int flags);
|