Lines Matching refs:bt_mp
150 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL) in __bt_split()
285 mpool_put(t->bt_mp, h, MPOOL_DIRTY); in __bt_split()
295 mpool_put(t->bt_mp, lchild, MPOOL_DIRTY); in __bt_split()
296 mpool_put(t->bt_mp, rchild, MPOOL_DIRTY); in __bt_split()
300 mpool_put(t->bt_mp, l, MPOOL_DIRTY); in __bt_split()
301 mpool_put(t->bt_mp, r, MPOOL_DIRTY); in __bt_split()
311 err1: mpool_put(t->bt_mp, lchild, MPOOL_DIRTY); in __bt_split()
312 mpool_put(t->bt_mp, rchild, MPOOL_DIRTY); in __bt_split()
314 err2: mpool_put(t->bt_mp, l, 0); in __bt_split()
315 mpool_put(t->bt_mp, r, 0); in __bt_split()
377 mpool_put(t->bt_mp, r, 0); in bt_page()
389 if ((tp = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL) { in bt_page()
395 mpool_put(t->bt_mp, tp, MPOOL_DIRTY); in bt_page()
496 mpool_put(t->bt_mp, h, MPOOL_DIRTY); in bt_rroot()
569 mpool_put(t->bt_mp, h, MPOOL_DIRTY); in bt_broot()
767 if ((h = mpool_get(t->bt_mp, pg, 0)) == NULL) in bt_preserve()
770 mpool_put(t->bt_mp, h, MPOOL_DIRTY); in bt_preserve()