Lines Matching full:ios
120 stat->ios[group] += ptr->ios[group]; in part_stat_read_all()
146 * While iterating all CPUs, some IOs may be issued from a CPU already in bdev_count_inflight_rw()
155 * bdev_count_inflight - get the number of inflight IOs for a block device.
1083 stat.ios[STAT_READ], in part_stat_show()
1087 stat.ios[STAT_WRITE], in part_stat_show()
1098 stat.ios[STAT_DISCARD], in part_stat_show()
1102 stat.ios[STAT_FLUSH], in part_stat_show()
1107 * Show the number of IOs issued to driver.
1384 seq_put_decimal_ull(seqf, " ", stat.ios[STAT_READ]); in diskstats_show()
1389 seq_put_decimal_ull(seqf, " ", stat.ios[STAT_WRITE]); in diskstats_show()
1401 seq_put_decimal_ull(seqf, " ", stat.ios[STAT_DISCARD]); in diskstats_show()
1406 seq_put_decimal_ull(seqf, " ", stat.ios[STAT_FLUSH]); in diskstats_show()