Searched refs:bytes_to_move (Results 1 – 1 of 1) sorted by relevance
3514 int bytes_to_move; in cluster_write_copy() local3821 bytes_to_move = min(io_resid, xfer_resid); in cluster_write_copy()3822 io_requested = bytes_to_move; in cluster_write_copy()3832 io_resid -= bytes_to_move; in cluster_write_copy()3833 xfer_resid -= bytes_to_move; in cluster_write_copy()3834 io_offset += bytes_to_move; in cluster_write_copy()