Searched refs:P_INVALID (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/lib/libc/db/btree/
H A Dbt_page.c61 h->prevpg = P_INVALID;
86 if (t->bt_free != P_INVALID &&
H A Dbt_overflow.c90 if (pg == P_INVALID || sz == 0)
151 h->nextpg = h->prevpg = P_INVALID;
194 if (pg == P_INVALID || sz == 0)
H A Dbt_search.c104 h->prevpg != P_INVALID &&
108 h->nextpg != P_INVALID &&
H A Dbt_put.c224 if (h->nextpg == P_INVALID) {
230 } else if (h->prevpg == P_INVALID) {
286 if (t->bt_cur.page->nextpg != P_INVALID)
294 if (t->bt_cur.page->prevpg != P_INVALID)
H A Dbt_seq.c277 if (pg == P_INVALID)
300 if (pg == P_INVALID)
372 if (h->prevpg == P_INVALID)
406 if (pg == P_INVALID)
H A Dbt_delete.c171 if ((nextpg = h->nextpg) == P_INVALID)
226 if ((prevpg = h->prevpg) == P_INVALID)
572 if (idx == 0 && h->prevpg != P_INVALID) {
584 if (idx == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
622 if (h->nextpg != P_INVALID) {
628 if (h->prevpg != P_INVALID) {
H A Dbt_split.c181 (h->prevpg != P_INVALID || skip > 1)) {
365 if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) {
390 if (h->nextpg != P_INVALID) {
452 l->prevpg = r->nextpg = P_INVALID;
H A Dbt_open.c266 t->bt_free = P_INVALID;
377 root->prevpg = root->nextpg = P_INVALID;
H A Dbt_utils.c160 if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))
H A Dbtree.h52 #define P_INVALID 0 /* Invalid tree page number. */ macro

Completed in 88 milliseconds