Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c3533 int xfer_resid; in cluster_write_copy() local
3677 xfer_resid = (int)total_size; in cluster_write_copy()
3679 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1); in cluster_write_copy()
3685 io_resid -= (total_size - xfer_resid); in cluster_write_copy()
3686 total_size = xfer_resid; in cluster_write_copy()
3824 xfer_resid = io_size; in cluster_write_copy()
3827 while (zero_cnt && xfer_resid) { in cluster_write_copy()
3828 if (zero_cnt < (long long)xfer_resid) { in cluster_write_copy()
3831 bytes_to_zero = xfer_resid; in cluster_write_copy()
3836 xfer_resid -= bytes_to_zero; in cluster_write_copy()
[all …]