Home
last modified time | relevance | path

Searched refs:bt_free (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_page.c68 h->nextpg = t->bt_free;
69 t->bt_free = h->pgno;
94 if (t->bt_free != P_INVALID &&
95 (h = mpool_get(t->bt_mp, t->bt_free, 0)) != NULL) {
96 *npg = t->bt_free;
97 t->bt_free = h->nextpg;
H A Dbt_close.c178 m.free = t->bt_free;
H A Dbt_open.c256 t->bt_free = m.free;
275 t->bt_free = P_INVALID;
H A Dbtree.h344 db_pgno_t bt_free; /* next free page */ member
/titanic_41/usr/src/cmd/sendmail/db/btree/
H A Dbt_stat.c112 for (sp->bt_free = 0, pgno = meta->free; pgno != PGNO_INVALID;) {
113 ++sp->bt_free;
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h540 u_int32_t bt_free; /* Pages on the free list. */ member