Home
last modified time | relevance | path

Searched defs:__db_mpool_fstat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h820 struct __db_mpool_fstat { struct
821 char *file_name; /* File name. */
822 size_t st_pagesize; /* Page size. */
823 u_int32_t st_cache_hit; /* Pages found in the cache. */
824 u_int32_t st_cache_miss; /* Pages not found in the cache. */
825 u_int32_t st_map; /* Pages from mapped files. */
826 u_int32_t st_page_create; /* Pages created in the cache. */
827 u_int32_t st_page_in; /* Pages read in. */
828 u_int32_t st_page_out; /* Pages written out. */