Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c3544 int bytes_to_move; in cluster_write_copy() local
3851 bytes_to_move = min(io_resid, xfer_resid); in cluster_write_copy()
3852 io_requested = bytes_to_move; in cluster_write_copy()
3862 io_resid -= bytes_to_move; in cluster_write_copy()
3863 xfer_resid -= bytes_to_move; in cluster_write_copy()
3864 io_offset += bytes_to_move; in cluster_write_copy()