Searched refs:donebytes (Results 1 – 1 of 1) sorted by relevance
823 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_b2b() local897 donebytes = 0; in tpc_process_b2b()900 while (donebytes < numbytes) { in tpc_process_b2b()901 roundbytes = numbytes - donebytes; in tpc_process_b2b()958 donebytes += roundbytes; in tpc_process_b2b()1179 off_t srclba, dstlba, numbytes, donebytes, roundbytes; in tpc_process_wut() local1258 donebytes = 0; in tpc_process_wut()1262 while (donebytes < numbytes) { in tpc_process_wut()1263 roundbytes = numbytes - donebytes; in tpc_process_wut()1316 donebytes += roundbytes; in tpc_process_wut()