Searched refs:verify_lsn (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/rep/
H A Drep_verify.c68 /* If verify_lsn of ZERO is passed in, get last log. */
70 logflag = IS_ZERO_LSN(lp->verify_lsn) ? DB_LAST : DB_SET;
87 lp->verify_lsn = lsn;
219 LOG_COMPARE(&rp->lsn, &lp->verify_lsn) == 0) ||
483 ZERO_LSN(lp->verify_lsn);
536 ZERO_LSN(lp->verify_lsn);
H A Drep_stat.c506 STAT_LSN("LSN waiting to verify", &lp->verify_lsn);
H A Drep_record.c859 cmp = LOG_COMPARE(&lp->verify_lsn, &rp->lsn);
2074 lsn = lp->verify_lsn;
H A Drep_util.c640 ZERO_LSN(lp->verify_lsn);
793 lp->verify_lsn = lsn;
806 * because we're not going to be setting the verify_lsn.
H A Drep_method.c1801 lsn = lp->verify_lsn;
1838 * When we set REP_F_DELAY, we set verify_lsn to the real verify lsn if
H A Drep_backup.c887 ZERO_LSN(lp->verify_lsn);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h278 DB_LSN verify_lsn; /* LSN we are waiting to verify. */ member in struct:__log

Completed in 197 milliseconds