Searched refs:bytes_handled (Results 1 – 1 of 1) sorted by relevance
116 int64_t *bytes_handled; member365 *op->bytes_handled = op->bytes; in mirror_co_read()368 *op->bytes_handled += mirror_cow_align(s, &op->offset, &op->bytes); in mirror_co_read()371 assert(*op->bytes_handled <= UINT_MAX); in mirror_co_read()420 *op->bytes_handled = op->bytes; in mirror_co_zero()453 *op->bytes_handled = op->bytes; in mirror_co_discard()466 int64_t bytes_handled = -1; in mirror_perform() local476 .bytes_handled = &bytes_handled, in mirror_perform()511 assert(bytes_handled >= 0); in mirror_perform()516 assert(bytes_handled <= UINT_MAX); in mirror_perform()[all …]