Lines Matching refs:pgno_t
54 pgno_t pgno; /* page number */
66 pgno_t curcache; /* current number of cached pages */
67 pgno_t maxcache; /* max number of cached pages */
68 pgno_t npages; /* number of pages in the file */
72 void (*pgin)(void *, pgno_t, void *);
74 void (*pgout)(void *, pgno_t, void *);
96 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
97 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
98 void (*)(void *, pgno_t, void *), void *);
99 void *mpool_new(MPOOL *, pgno_t *, unsigned int);
100 void *mpool_get(MPOOL *, pgno_t, unsigned int);