Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c352 uint64_t cache_read_pages; in hsfs_kstats_update() local
366 cache_read_pages = fsp->cache_read_pages; in hsfs_kstats_update()
379 (knp++)->value.ui64 = cache_read_pages; in hsfs_kstats_update()
H A Dhsfs_vnops.c1412 atomic_inc_64(&fsp->cache_read_pages); in hsfs_getapage()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h279 uint64_t cache_read_pages; member