Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c355 uint64_t readahead_bytes; in hsfs_kstats_update() local
371 readahead_bytes = fsp->readahead_bytes; in hsfs_kstats_update()
382 (knp++)->value.ui64 = howmany(readahead_bytes, PAGESIZE); in hsfs_kstats_update()
H A Dhsfs_vnops.c2381 fsp->readahead_bytes += hsio->bp->b_bcount; in hsched_enqueue_io()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h282 uint64_t readahead_bytes; member