Searched refs:last_ckp (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_auto.h32 DB_LSN last_ckp; member in struct:___txn_ckp_42_args
43 DB_LSN last_ckp; member in struct:___txn_ckp_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c99 DB_LSN ckp_lsn, last_ckp; local
235 last_ckp = region->last_ckp;
259 &ckp_lsn, &last_ckp, (int32_t)time(NULL), id, 0)) != 0) {
330 lsn = region->last_ckp;
342 * Update the last_ckp field in the transaction region. This happens
360 * We want to make sure last_ckp only moves forward; since we drop
366 if (LOG_COMPARE(&region->last_ckp, lsnp) < 0) {
367 region->last_ckp = *lsnp;
H A Dtxn_region.c85 DB_LSN last_ckp; local
94 ZERO_LSN(last_ckp);
100 if ((ret = __log_get_cached_ckp_lsn(env, &last_ckp)) != 0)
107 if (IS_ZERO_LSN(last_ckp) &&
108 (ret = __txn_findlastckp(env, &last_ckp, NULL)) != 0)
134 region->last_ckp = last_ckp;
H A Dtxn_autop.c140 (u_long)argp->last_ckp.file, (u_long)argp->last_ckp.offset);
188 (u_long)argp->last_ckp.file, (u_long)argp->last_ckp.offset);
H A Dtxn_auto.c310 LOGCOPY_TOLSN(env, &argp->last_ckp, bp);
357 LOGCOPY_TOLSN(env, &argp->last_ckp, bp);
380 ckp_lsn, last_ckp, timestamp, envid, spare)
386 DB_LSN * last_ckp;
435 + sizeof(*last_ckp)
482 if (last_ckp != NULL)
483 LOGCOPY_FROMLSN(env, bp, last_ckp);
485 memset(bp, 0, sizeof(*last_ckp));
486 bp += sizeof(*last_ckp);
H A Dtxn_rec.c273 *lsnp = argp->last_ckp;
614 *lsnp = argp->last_ckp;
H A Dtxn_stat.c99 stats->st_last_ckp = region->last_ckp;
345 STAT_LSN("Last checkpoint LSN", &region->last_ckp);
H A Dtxn_recover.c318 ckp_args->last_ckp;
333 * - We found a checkpoint after min who's last_ckp is 0. We
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtxn.h134 DB_LSN last_ckp; /* lsn of the last checkpoint */ member in struct:__db_txnregion
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_verify.c326 DB_LSN last_ckp, lsn; local
414 if ((ret = __log_get_stable_lsn(env, &last_ckp)) != 0) {
417 ZERO_LSN(last_ckp);
422 (u_long)last_ckp.file, (u_long)last_ckp.offset));
423 ret = __log_vtruncate(env, lsnp, &last_ckp, trunclsnp);
H A Drep_backup.c2420 ZERO_LSN(region->last_ckp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c485 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
520 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
522 __txn_findlastckp(env, &region->last_ckp, max_lsn)) != 0)
596 &last_lsn, &region->last_ckp, NULL)) != 0)
609 (u_long)region->last_ckp.file,
610 (u_long)region->last_ckp.offset);
713 * Cmp tells us whether to check the ckp_lsn or the last_ckp
742 lsn = ckp_args->last_ckp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_archive.c311 *stable_lsn = ckp_args->last_ckp;

Completed in 92 milliseconds