Home
last modified time | relevance | path

Searched refs:bytes_to_move (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c4158 int bytes_to_move; in cluster_write_copy() local
4465 bytes_to_move = min(io_resid, xfer_resid); in cluster_write_copy()
4466 io_requested = bytes_to_move; in cluster_write_copy()
4476 io_resid -= bytes_to_move; in cluster_write_copy()
4477 xfer_resid -= bytes_to_move; in cluster_write_copy()
4478 io_offset += bytes_to_move; in cluster_write_copy()