npg 374 libdb/bt_open.c pgno_t npg; npg 384 libdb/bt_open.c if ((meta = mpool_new(t->bt_mp, &npg)) == NULL) npg 387 libdb/bt_open.c if ((root = mpool_new(t->bt_mp, &npg)) == NULL) npg 390 libdb/bt_open.c if (npg != P_ROOT) npg 392 libdb/bt_open.c root->pgno = npg; npg 147 libdb/bt_overflow.c pgno_t npg; npg 158 libdb/bt_overflow.c if ((h = __bt_new(t, &npg)) == NULL) npg 161 libdb/bt_overflow.c h->pgno = npg; npg 81 libdb/bt_page.c __bt_new(t, npg) npg 83 libdb/bt_page.c pgno_t *npg; npg 89 libdb/bt_page.c *npg = t->bt_free; npg 94 libdb/bt_page.c return (mpool_new(t->bt_mp, npg)); npg 350 libdb/bt_split.c pgno_t npg; npg 356 libdb/bt_split.c if ((r = __bt_new(t, &npg)) == NULL) npg 358 libdb/bt_split.c r->pgno = npg;