Searched refs:bytes_to_move (Results 1 – 1 of 1) sorted by relevance
4001 int bytes_to_move; in cluster_write_copy() local4308 bytes_to_move = min(io_resid, xfer_resid); in cluster_write_copy()4309 io_requested = bytes_to_move; in cluster_write_copy()4319 io_resid -= bytes_to_move; in cluster_write_copy()4320 xfer_resid -= bytes_to_move; in cluster_write_copy()4321 io_offset += bytes_to_move; in cluster_write_copy()