npg               375 libdb/bt_open.c 	pgno_t npg;
npg               385 libdb/bt_open.c 	if ((meta = mpool_new(t->bt_mp, &npg)) == NULL)
npg               388 libdb/bt_open.c 	if ((root = mpool_new(t->bt_mp, &npg)) == NULL)
npg               391 libdb/bt_open.c 	if (npg != P_ROOT)
npg               393 libdb/bt_open.c 	root->pgno = npg;
npg               149 libdb/bt_overflow.c 	pgno_t npg;
npg               160 libdb/bt_overflow.c 		if ((h = __bt_new(t, &npg)) == NULL)
npg               163 libdb/bt_overflow.c 		h->pgno = npg;
npg                85 libdb/bt_page.c __bt_new(t, npg)
npg                87 libdb/bt_page.c 	pgno_t *npg;
npg                93 libdb/bt_page.c 		*npg = t->bt_free;
npg                98 libdb/bt_page.c 	return (mpool_new(t->bt_mp, npg));
npg               352 libdb/bt_split.c 	pgno_t npg;
npg               358 libdb/bt_split.c 	if ((r = __bt_new(t, &npg)) == NULL)
npg               360 libdb/bt_split.c 	r->pgno = npg;