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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c2751 int xfer_resid; local
2889 xfer_resid = total_size;
2891 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1);
2896 io_resid -= (total_size - xfer_resid);
2897 total_size = xfer_resid;
3026 xfer_resid = io_size;
3029 while (zero_cnt && xfer_resid) {
3031 if (zero_cnt < (long long)xfer_resid)
3034 bytes_to_zero = xfer_resid;
3038 xfer_resid
[all...]

Completed in 17 milliseconds