Lines Matching refs:target_inode
982 struct inode *target_inode = file_inode(dst_file); in cifs_clone_file_range() local
1004 lock_two_nondirectories(target_inode, src_inode); in cifs_clone_file_range()
1011 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_clone_file_range()
1022 CIFS_I(target_inode)->time = 0; in cifs_clone_file_range()
1025 unlock_two_nondirectories(src_inode, target_inode); in cifs_clone_file_range()
1037 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range() local
1046 if (src_inode == target_inode) { in cifs_file_copychunk_range()
1073 lock_two_nondirectories(target_inode, src_inode); in cifs_file_copychunk_range()
1077 truncate_inode_pages(&target_inode->i_data, 0); in cifs_file_copychunk_range()
1088 CIFS_I(target_inode)->time = 0; in cifs_file_copychunk_range()
1092 unlock_two_nondirectories(src_inode, target_inode); in cifs_file_copychunk_range()