Home
last modified time | relevance | path

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

/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-block-zram60 What: /sys/block/zram<id>/io_stat
64 The io_stat file is read-only and accumulates device's I/O
/linux-6.15/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h70 struct nfs4_ff_io_stat io_stat; member
H A Dflexfilelayout.c646 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_requested()
659 struct nfs4_ff_io_stat *iostat = &layoutstat->io_stat; in nfs4_ff_layout_stat_io_update_completed()
2506 ff_layout_encode_io_latency(xdr, &mirror->read_stat.io_stat); in ff_layout_encode_ff_layoutupdate()
2508 ff_layout_encode_io_latency(xdr, &mirror->write_stat.io_stat); in ff_layout_encode_ff_layoutupdate()
2572 devinfo->read_count = mirror->read_stat.io_stat.ops_completed; in ff_layout_mirror_prepare_stats()
2573 devinfo->read_bytes = mirror->read_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
2574 devinfo->write_count = mirror->write_stat.io_stat.ops_completed; in ff_layout_mirror_prepare_stats()
2575 devinfo->write_bytes = mirror->write_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
/linux-6.15/Documentation/admin-guide/blockdev/
H A Dzram.rst233 File /sys/block/zram<id>/io_stat
/linux-6.15/drivers/block/zram/
H A Dzram_drv.c1451 static DEVICE_ATTR_RO(io_stat);