Searched refs:max_wait_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_log.c595 * If max_wait_lsn is ZERO_LSN - we've never asked for
604 IS_ZERO_LSN(lp->max_wait_lsn) ||
605 (lsnp != NULL && LOG_COMPARE(lsnp, &lp->max_wait_lsn) == 0)) {
606 lp->max_wait_lsn = lp->waiting_lsn;
608 * If we are forcing a gap, we need to send a max_wait_lsn
615 if (LOG_COMPARE(&lp->max_wait_lsn, lsnp) <= 0) {
619 lp->max_wait_lsn = rep->last_lsn;
621 ZERO_LSN(lp->max_wait_lsn);
624 if (IS_ZERO_LSN(lp->max_wait_lsn))
627 lr_args.endlsn = lp->max_wait_lsn;
[all...]
H A Drep_stat.c507 STAT_LSN("Maximum LSN requested", &lp->max_wait_lsn);
H A Drep_verify.c532 ZERO_LSN(lp->max_wait_lsn);
H A Drep_record.c1061 ZERO_LSN(lp->max_wait_lsn);
1092 * reset max_wait_lsn because the next gap is a
1123 ZERO_LSN(lp->max_wait_lsn);
H A Drep_util.c642 ZERO_LSN(lp->max_wait_lsn);
H A Drep_backup.c889 ZERO_LSN(lp->max_wait_lsn);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h269 * The max_wait_lsn is used to control retransmission in the face
272 * the max_wait_lsn contains the first LSN that we are known to have
274 * the max_wait_lsn has the LSN of that record we requested.
279 DB_LSN max_wait_lsn; /* Maximum LSN requested. */ member in struct:__log

Completed in 59 milliseconds