Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c3871 int xfer_resid; in cluster_write_copy() local
4015 xfer_resid = (int)total_size; in cluster_write_copy()
4017 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1); in cluster_write_copy()
4023 io_resid -= (total_size - xfer_resid); in cluster_write_copy()
4024 total_size = xfer_resid; in cluster_write_copy()
4162 xfer_resid = io_size; in cluster_write_copy()
4165 while (zero_cnt && xfer_resid) { in cluster_write_copy()
4166 if (zero_cnt < (long long)xfer_resid) { in cluster_write_copy()
4169 bytes_to_zero = xfer_resid; in cluster_write_copy()
4174 xfer_resid -= bytes_to_zero; in cluster_write_copy()
[all …]