Searched refs:wr_bytes (Results 1 - 4 of 4) sorted by relevance

/external/qemu/include/block/
H A Dblock_int.h177 uint64_t wr_bytes; member in struct:BlockDriverState
/external/qemu/
H A Dblock.c1647 " wr_bytes=%" PRId64
1652 qdict_get_int(qdict, "wr_bytes"),
1669 "'wr_bytes': %" PRId64 ","
1674 bs->rd_bytes, bs->wr_bytes,
2026 bs->wr_bytes += (unsigned) nb_sectors * BDRV_SECTOR_SIZE;
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2282 int64_t wr_bytes; member in struct:BlockDeviceStats
H A Dqapi-visit.c1905 visit_type_int(m, obj ? &(*obj)->wr_bytes : NULL, "wr_bytes", &err);

Completed in 512 milliseconds