Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-block-zram68 What: /sys/block/zram<id>/io_stat
72 The io_stat file is read-only and accumulates device's I/O
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h70 struct nfs4_ff_io_stat io_stat; member
H A Dflexfilelayout.c645 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_requested()
658 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_completed()
2470 ff_layout_encode_io_latency(xdr, &mirror->read_stat.io_stat); in ff_layout_encode_ff_layoutupdate()
2472 ff_layout_encode_io_latency(xdr, &mirror->write_stat.io_stat); in ff_layout_encode_ff_layoutupdate()
2536 devinfo->read_count = mirror->read_stat.io_stat.ops_completed; in ff_layout_mirror_prepare_stats()
2537 devinfo->read_bytes = mirror->read_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
2538 devinfo->write_count = mirror->write_stat.io_stat.ops_completed; in ff_layout_mirror_prepare_stats()
2539 devinfo->write_bytes = mirror->write_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst247 File /sys/block/zram<id>/io_stat
/linux/drivers/block/zram/
H A Dzram_drv.c1290 static DEVICE_ATTR_RO(io_stat);