Lines Matching refs:dst_inode
243 struct inode *dst_inode = file_inode(dst_file);
244 struct nfs_server *server = NFS_SERVER(dst_inode);
257 if (IS_SWAPFILE(dst_inode) || IS_SWAPFILE(src_inode))
269 if (src_inode == dst_inode)
275 } else if (dst_inode < src_inode) {
276 inode_lock_nested(dst_inode, I_MUTEX_PARENT);
280 inode_lock_nested(dst_inode, I_MUTEX_CHILD);
288 ret = nfs_sync_inode(dst_inode);
297 truncate_inode_pages_range(&dst_inode->i_data, dst_off, dst_off + count - 1);
302 } else if (dst_inode < src_inode) {
304 inode_unlock(dst_inode);
306 inode_unlock(dst_inode);