Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c3868 int bytes_to_move; in cluster_write_copy() local
4175 bytes_to_move = min(io_resid, xfer_resid); in cluster_write_copy()
4176 io_requested = bytes_to_move; in cluster_write_copy()
4186 io_resid -= bytes_to_move; in cluster_write_copy()
4187 xfer_resid -= bytes_to_move; in cluster_write_copy()
4188 io_offset += bytes_to_move; in cluster_write_copy()