Searched refs:donebytes (Results 1 – 1 of 1) sorted by relevance
822 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_b2b() local896 donebytes = 0; in tpc_process_b2b()899 while (donebytes < numbytes) { in tpc_process_b2b()900 roundbytes = numbytes - donebytes; in tpc_process_b2b()957 donebytes += roundbytes; in tpc_process_b2b()1178 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_wut() local1257 donebytes = 0; in tpc_process_wut()1261 while (donebytes < numbytes) { in tpc_process_wut()1262 roundbytes = numbytes - donebytes; in tpc_process_wut()1315 donebytes += roundbytes; in tpc_process_wut()