Home
last modified time | relevance | path

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

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