Lines Matching refs:dst_inode
248 struct inode *dst_inode = file_inode(dst_file);
249 struct nfs_server *server = NFS_SERVER(dst_inode);
262 if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode))
274 if (src_inode == dst_inode)
280 } else if (dst_inode < src_inode) {
281 inode_lock_nested(dst_inode, I_MUTEX_PARENT);
285 inode_lock_nested(dst_inode, I_MUTEX_CHILD);
293 ret = nfs_sync_inode(dst_inode);
302 truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1);
307 } else if (dst_inode < src_inode) {
309 inode_unlock(dst_inode);
311 inode_unlock(dst_inode);