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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c2755 int bytes_to_move; local
3046 bytes_to_move = min(io_resid, xfer_resid);
3047 io_requested = bytes_to_move;
3057 io_resid -= bytes_to_move;
3058 xfer_resid -= bytes_to_move;
3059 io_offset += bytes_to_move;

Completed in 30 milliseconds