io_stat          1120 drivers/block/zram/zram_drv.c static DEVICE_ATTR_RO(io_stat);
io_stat           655 fs/nfs/flexfilelayout/flexfilelayout.c 	struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat;
io_stat           668 fs/nfs/flexfilelayout/flexfilelayout.c 	struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat;
io_stat          2375 fs/nfs/flexfilelayout/flexfilelayout.c 	ff_layout_encode_io_latency(xdr, &mirror->read_stat.io_stat);
io_stat          2377 fs/nfs/flexfilelayout/flexfilelayout.c 	ff_layout_encode_io_latency(xdr, &mirror->write_stat.io_stat);
io_stat          2439 fs/nfs/flexfilelayout/flexfilelayout.c 		devinfo->read_count = mirror->read_stat.io_stat.ops_completed;
io_stat          2440 fs/nfs/flexfilelayout/flexfilelayout.c 		devinfo->read_bytes = mirror->read_stat.io_stat.bytes_completed;
io_stat          2441 fs/nfs/flexfilelayout/flexfilelayout.c 		devinfo->write_count = mirror->write_stat.io_stat.ops_completed;
io_stat          2442 fs/nfs/flexfilelayout/flexfilelayout.c 		devinfo->write_bytes = mirror->write_stat.io_stat.bytes_completed;
io_stat            70 fs/nfs/flexfilelayout/flexfilelayout.h 	struct nfs4_ff_io_stat io_stat;