Searched refs:dest_remain (Results 1 – 1 of 1) sorted by relevance
131 long long src_remain, dest_remain; in block_write() local143 dest_remain = src_remain = size; in block_write()169 while (src_remain > 0 && dest_remain > 0) { in block_write()182 write_count = dest_remain > dest_step ? dest_step : dest_remain; in block_write()190 dest_remain -= write_count; in block_write()