Searched refs:BKT (Results 1 – 2 of 2) sorted by relevance
49 static BKT *mpool_bkt(MPOOL *);50 static BKT *mpool_look(MPOOL *, pgno_t);51 static int mpool_write(MPOOL *, BKT *);112 BKT *bp; in mpool_new()146 BKT *bp; in mpool_delete()148 bp = (BKT *)((char *)page - sizeof(BKT)); in mpool_delete()178 BKT *bp; in mpool_get()271 BKT *bp; in mpool_put()276 bp = (BKT *)((char *)page - sizeof(BKT)); in mpool_put()297 BKT *bp; in mpool_close()[all …]
58 } BKT; typedef