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