Home
last modified time | relevance | path

Searched refs:physical_read_bytes (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c353 uint64_t physical_read_bytes; in hsfs_kstats_update() local
370 physical_read_bytes = fsp->physical_read_bytes; in hsfs_kstats_update()
380 (knp++)->value.ui64 = howmany(physical_read_bytes, PAGESIZE); in hsfs_kstats_update()
H A Dhsfs_vnops.c2379 fsp->physical_read_bytes += hsio->bp->b_bcount; in hsched_enqueue_io()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h280 uint64_t physical_read_bytes; member