Searched refs:xfer_resid (Results 1 – 1 of 1) sorted by relevance
3540 int xfer_resid; in cluster_write_copy() local3684 xfer_resid = (int)total_size; in cluster_write_copy()3686 retval = cluster_copy_ubc_data_internal(vp, uio, &xfer_resid, 1, 1); in cluster_write_copy()3692 io_resid -= (total_size - xfer_resid); in cluster_write_copy()3693 total_size = xfer_resid; in cluster_write_copy()3831 xfer_resid = io_size; in cluster_write_copy()3834 while (zero_cnt && xfer_resid) { in cluster_write_copy()3835 if (zero_cnt < (long long)xfer_resid) { in cluster_write_copy()3838 bytes_to_zero = xfer_resid; in cluster_write_copy()3843 xfer_resid -= bytes_to_zero; in cluster_write_copy()[all …]