Searched refs:root_pgno (Results 1 - 25 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc_auto/
H A Dbtree_auto.h40 db_pgno_t root_pgno; member in struct:___bam_split_42_args
53 db_pgno_t root_pgno; member in struct:___bam_rsplit_args
119 db_pgno_t root_pgno; member in struct:___bam_root_args
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc_auto/
H A Dbtree_auto.h40 db_pgno_t root_pgno; member in struct:___bam_split_42_args
53 db_pgno_t root_pgno; member in struct:___bam_rsplit_args
119 db_pgno_t root_pgno; member in struct:___bam_root_args
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc_auto/
H A Dbtree_auto.h40 db_pgno_t root_pgno; member in struct:___bam_split_42_args
53 db_pgno_t root_pgno; member in struct:___bam_rsplit_args
119 db_pgno_t root_pgno; member in struct:___bam_root_args
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/btree/
H A Dbt_delete.c227 db_pgno_t pgno, root_pgno; local
373 root_pgno = cp->root;
374 if (pgno != root_pgno || nitems != 1)
384 pgno = root_pgno;
454 PGNO(parent) = root_pgno;
459 if ((ret = __bam_ca_rsplit(dbc, PGNO(child), root_pgno)) != 0)
H A Dbt_rsearch.c379 db_pgno_t root_pgno; local
385 root_pgno = cp->root;
400 PGNO(h) == root_pgno ?
413 if (PGNO(h) == root_pgno)
H A Dbt_split.c68 db_pgno_t pgno, next_pgno, root_pgno; local
72 root_pgno = cp->root;
124 if (cp->csp[0].page->pgno == root_pgno) {
128 *root_pgnop = root_pgno;
156 ret = cp->csp[0].page->pgno == root_pgno ?
584 db_pgno_t root_pgno; local
678 root_pgno = cp->root;
680 root_pgno, PGNO_INVALID, PGNO_INVALID, lp->level + 1, P_IBTREE);
721 db_pgno_t root_pgno; local
725 root_pgno
[all...]
H A Dbt_search.c236 __bam_search(dbc, root_pgno, key, flags, slevel, recnop, exactp)
238 db_pgno_t root_pgno;
286 if (root_pgno == PGNO_INVALID)
287 root_pgno = cp->root;
288 saved_pg = root_pgno;
290 retry: if ((ret = __bam_get_root(dbc, root_pgno, slevel, flags, &stack)) != 0)
427 if (PGNO(h) == root_pgno) {
727 pg = root_pgno;
H A Dbt_curadj.c132 __ram_ca_delete(dbp, root_pgno, foundp)
134 db_pgno_t root_pgno;
154 if (dbc->internal->root == root_pgno &&
155 !MVCC_SKIP_CURADJ(dbc, root_pgno)) {
H A Dbt_stat.c569 __bam_traverse(dbc, mode, root_pgno, callback, cookie)
572 db_pgno_t root_pgno;
590 if ((ret = __db_lget(dbc, 0, root_pgno, mode, 0, &lock)) != 0)
592 if ((ret = __memp_fget(mpf, &root_pgno,
H A Dbt_cursor.c315 __bamc_close(dbc, root_pgno, rmroot)
317 db_pgno_t root_pgno;
355 * opd tree is not empty (root_pgno == PGNO_INVALID).
433 root_pgno = GET_BOVERFLOW(dbp, h, cp->indx + O_INDX)->pgno;
553 if (!F_ISSET(dbc_c, DBC_OPD) || root_pgno == PGNO_INVALID)
565 if (((h = dbc_c->internal->page) == NULL || h->pgno != root_pgno) &&
567 &root_pgno, dbc->thread_info, dbc->txn, 0, &h)) != 0)
2058 db_pgno_t root_pgno; local
2066 root_pgno = cp->root;
2102 F_ISSET(cp, C_RECNUM) ? cp->root : root_pgno,
[all...]
H A Dbt_rec.c375 db_pgno_t pgno, root_pgno; local
406 root_pgno = argp->root_pgno;
407 rootsplit = root_pgno != PGNO_INVALID;
420 REC_FGET(mpf, ip, root_pgno, &pp, do_left);
509 P_INIT(pp, file_dbp->pgsize, root_pgno,
677 db_pgno_t pgno, root_pgno; local
687 pgno = root_pgno = argp->root_pgno;
713 pagep->pgno = root_pgno;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/btree/
H A Dbt_delete.c227 db_pgno_t pgno, root_pgno; local
373 root_pgno = cp->root;
374 if (pgno != root_pgno || nitems != 1)
384 pgno = root_pgno;
454 PGNO(parent) = root_pgno;
459 if ((ret = __bam_ca_rsplit(dbc, PGNO(child), root_pgno)) != 0)
H A Dbt_rsearch.c379 db_pgno_t root_pgno; local
385 root_pgno = cp->root;
400 PGNO(h) == root_pgno ?
413 if (PGNO(h) == root_pgno)
H A Dbt_split.c68 db_pgno_t pgno, next_pgno, root_pgno; local
72 root_pgno = cp->root;
124 if (cp->csp[0].page->pgno == root_pgno) {
128 *root_pgnop = root_pgno;
156 ret = cp->csp[0].page->pgno == root_pgno ?
584 db_pgno_t root_pgno; local
678 root_pgno = cp->root;
680 root_pgno, PGNO_INVALID, PGNO_INVALID, lp->level + 1, P_IBTREE);
721 db_pgno_t root_pgno; local
725 root_pgno
[all...]
H A Dbt_search.c236 __bam_search(dbc, root_pgno, key, flags, slevel, recnop, exactp)
238 db_pgno_t root_pgno;
286 if (root_pgno == PGNO_INVALID)
287 root_pgno = cp->root;
288 saved_pg = root_pgno;
290 retry: if ((ret = __bam_get_root(dbc, root_pgno, slevel, flags, &stack)) != 0)
427 if (PGNO(h) == root_pgno) {
727 pg = root_pgno;
H A Dbt_curadj.c132 __ram_ca_delete(dbp, root_pgno, foundp)
134 db_pgno_t root_pgno;
154 if (dbc->internal->root == root_pgno &&
155 !MVCC_SKIP_CURADJ(dbc, root_pgno)) {
H A Dbt_stat.c569 __bam_traverse(dbc, mode, root_pgno, callback, cookie)
572 db_pgno_t root_pgno;
590 if ((ret = __db_lget(dbc, 0, root_pgno, mode, 0, &lock)) != 0)
592 if ((ret = __memp_fget(mpf, &root_pgno,
H A Dbt_cursor.c315 __bamc_close(dbc, root_pgno, rmroot)
317 db_pgno_t root_pgno;
355 * opd tree is not empty (root_pgno == PGNO_INVALID).
433 root_pgno = GET_BOVERFLOW(dbp, h, cp->indx + O_INDX)->pgno;
553 if (!F_ISSET(dbc_c, DBC_OPD) || root_pgno == PGNO_INVALID)
565 if (((h = dbc_c->internal->page) == NULL || h->pgno != root_pgno) &&
567 &root_pgno, dbc->thread_info, dbc->txn, 0, &h)) != 0)
2058 db_pgno_t root_pgno; local
2066 root_pgno = cp->root;
2102 F_ISSET(cp, C_RECNUM) ? cp->root : root_pgno,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/btree/
H A Dbt_delete.c227 db_pgno_t pgno, root_pgno; local
373 root_pgno = cp->root;
374 if (pgno != root_pgno || nitems != 1)
384 pgno = root_pgno;
454 PGNO(parent) = root_pgno;
459 if ((ret = __bam_ca_rsplit(dbc, PGNO(child), root_pgno)) != 0)
H A Dbt_rsearch.c379 db_pgno_t root_pgno; local
385 root_pgno = cp->root;
400 PGNO(h) == root_pgno ?
413 if (PGNO(h) == root_pgno)
H A Dbt_split.c68 db_pgno_t pgno, next_pgno, root_pgno; local
72 root_pgno = cp->root;
124 if (cp->csp[0].page->pgno == root_pgno) {
128 *root_pgnop = root_pgno;
156 ret = cp->csp[0].page->pgno == root_pgno ?
584 db_pgno_t root_pgno; local
678 root_pgno = cp->root;
680 root_pgno, PGNO_INVALID, PGNO_INVALID, lp->level + 1, P_IBTREE);
721 db_pgno_t root_pgno; local
725 root_pgno
[all...]
H A Dbt_search.c236 __bam_search(dbc, root_pgno, key, flags, slevel, recnop, exactp)
238 db_pgno_t root_pgno;
286 if (root_pgno == PGNO_INVALID)
287 root_pgno = cp->root;
288 saved_pg = root_pgno;
290 retry: if ((ret = __bam_get_root(dbc, root_pgno, slevel, flags, &stack)) != 0)
427 if (PGNO(h) == root_pgno) {
727 pg = root_pgno;
H A Dbt_curadj.c132 __ram_ca_delete(dbp, root_pgno, foundp)
134 db_pgno_t root_pgno;
154 if (dbc->internal->root == root_pgno &&
155 !MVCC_SKIP_CURADJ(dbc, root_pgno)) {
H A Dbt_stat.c569 __bam_traverse(dbc, mode, root_pgno, callback, cookie)
572 db_pgno_t root_pgno;
590 if ((ret = __db_lget(dbc, 0, root_pgno, mode, 0, &lock)) != 0)
592 if ((ret = __memp_fget(mpf, &root_pgno,
H A Dbt_cursor.c315 __bamc_close(dbc, root_pgno, rmroot)
317 db_pgno_t root_pgno;
355 * opd tree is not empty (root_pgno == PGNO_INVALID).
433 root_pgno = GET_BOVERFLOW(dbp, h, cp->indx + O_INDX)->pgno;
553 if (!F_ISSET(dbc_c, DBC_OPD) || root_pgno == PGNO_INVALID)
565 if (((h = dbc_c->internal->page) == NULL || h->pgno != root_pgno) &&
567 &root_pgno, dbc->thread_info, dbc->txn, 0, &h)) != 0)
2058 db_pgno_t root_pgno; local
2066 root_pgno = cp->root;
2102 F_ISSET(cp, C_RECNUM) ? cp->root : root_pgno,
[all...]

Completed in 215 milliseconds

12