Searched refs:bt_root (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_reclaim.c91 PGNO(p) == ((BTREE *)dbp->bt_internal)->bt_root)
142 ((BTREE *)dbp->bt_internal)->bt_root == PGNO(p)) {
167 if (((BTREE *)dbp->bt_internal)->bt_root == PGNO(p)) {
H A Ddb_pr.c172 __db_msg(env, "bt_meta: %lu bt_root: %lu",
173 (u_long)bt->bt_meta, (u_long)bt->bt_root);
533 h->pgno == ((BTREE *)dbp->bt_internal)->bt_root))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h269 db_pgno_t bt_root; /* Database root page. */ member in struct:__btree
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_open.c316 t->bt_root = meta->root;
H A Dbt_compact.c2430 if (pgno != ((BTREE *)dbp->bt_internal)->bt_root)
H A Dbt_cursor.c217 cp->root = t->bt_root;
H A Dbt_rec.c814 ((BTREE *)file_dbp->bt_internal)->bt_root = meta->root;

Completed in 74 milliseconds