Home
last modified time | relevance | path

Searched refs:wr_bytes (Results 1 – 5 of 5) sorted by relevance

/external/qemu/include/block/
Dblock_int.h177 uint64_t wr_bytes; member
/external/qemu/
Dblock.c1674 bs->rd_bytes, bs->wr_bytes, in bdrv_info_stats_bs()
2026 bs->wr_bytes += (unsigned) nb_sectors * BDRV_SECTOR_SIZE; in bdrv_aio_writev()
Dqapi-schema.json986 # @wr_bytes: The number of bytes written by the device.
1010 'data': {'rd_bytes': 'int', 'wr_bytes': 'int', 'rd_operations': 'int',
/external/qemu/qapi-auto-generated/
Dqapi-types.h2282 int64_t wr_bytes; member
Dqapi-visit.c1905 visit_type_int(m, obj ? &(*obj)->wr_bytes : NULL, "wr_bytes", &err); in visit_type_BlockDeviceStats_fields()