Searched refs:vs_bytes (Results 1 – 7 of 7) sorted by relevance
102 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes); in show_vdev_stats()103 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes); in show_vdev_stats()
150 vs->vs_bytes[ZIO_TYPE_READ]); in add_pool_to_xml()152 vs->vs_bytes[ZIO_TYPE_WRITE]); in add_pool_to_xml()
737 uint64_t vs_bytes[ZIO_TYPES]; /* bytes read/written */ member
1091 bean->method_setReadBytes, (jlong)vs->vs_bytes[ZIO_TYPE_READ]); in populate_DeviceStatsBean()1094 bean->method_setWriteBytes, (jlong)vs->vs_bytes[ZIO_TYPE_WRITE]); in populate_DeviceStatsBean()
2240 print_one_stat((uint64_t)(scale * (newvs->vs_bytes[ZIO_TYPE_READ] - in print_vdev_stats()2241 oldvs->vs_bytes[ZIO_TYPE_READ]))); in print_vdev_stats()2243 print_one_stat((uint64_t)(scale * (newvs->vs_bytes[ZIO_TYPE_WRITE] - in print_vdev_stats()2244 oldvs->vs_bytes[ZIO_TYPE_WRITE]))); in print_vdev_stats()
2679 vs->vs_bytes[t] += cvs->vs_bytes[t]; in vdev_get_stats()2770 vs->vs_bytes[type] += psize; in vdev_stat_update()
1527 mdb_printf("%11#llx%s", vs->vs_bytes[i], in do_print_vdev()