Searched refs:pgno_last (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_upg.c392 db_pgno_t i, pgno_last; local
399 if ((ret = __db_lastpgno(dbp, real_name, fhp, &pgno_last)) != 0)
407 for (i = 0; i < pgno_last; ++i) {
410 dbp, DB_UPGRADE, (int)((i * 100)/pgno_last));
453 db_pgno_t pgno_last; local
471 pgno_last = mbytes * (MEGABYTE / dbp->pgsize);
472 pgno_last += bytes / dbp->pgsize;
474 *pgno_lastp = pgno_last;
H A Ddb_upg_opd.c52 db_pgno_t cur_cnt, i, next_cnt, pgno, *pgno_cur, pgno_last; local
109 if ((ret = __db_lastpgno(dbp, real_name, fhp, &pgno_last)) != 0)
124 P_INIT(ipage, dbp->pgsize, pgno_last,
129 pgno_next[next_cnt++] = pgno_last++;

Completed in 94 milliseconds