Searched refs:xfer_resid (Results 1 – 1 of 1) sorted by relevance
3510 int xfer_resid; in cluster_write_copy() local3654 xfer_resid = (int)total_size; in cluster_write_copy()3656 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1); in cluster_write_copy()3662 io_resid -= (total_size - xfer_resid); in cluster_write_copy()3663 total_size = xfer_resid; in cluster_write_copy()3801 xfer_resid = io_size; in cluster_write_copy()3804 while (zero_cnt && xfer_resid) { in cluster_write_copy()3805 if (zero_cnt < (long long)xfer_resid) { in cluster_write_copy()3808 bytes_to_zero = xfer_resid; in cluster_write_copy()3813 xfer_resid -= bytes_to_zero; in cluster_write_copy()[all …]