Searched refs:target_dentry (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | inode.c | 2496 struct dentry *target_dentry, unsigned int flags) argument 2524 if (d_is_positive(target_dentry) && !d_is_dir(target_dentry)) { 2525 if (!d_unhashed(target_dentry)) { 2526 d_drop(target_dentry); 2547 to_name = build_path_from_dentry(target_dentry, page2); 2554 if (d_inode(target_dentry) != NULL) { 2555 netfs_wait_for_outstanding_io(d_inode(target_dentry)); 2556 cifs_close_deferred_file_under_dentry(tcon, target_dentry); 2559 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2565 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, [all …]
|
| H A D | cifsfs.h | 68 struct dentry *target_dentry, unsigned int flags);
|