Searched refs:maxlsn (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_dispatch.h60 DB_LSN maxlsn; /* Maximum commit lsn. */ member in struct:__db_txnhead
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c450 headp->maxlsn = *trunc_lsn;
453 ZERO_LSN(headp->maxlsn);
505 if (lsn != NULL && IS_ZERO_LSN(hp->maxlsn) && status == TXN_COMMIT)
506 hp->maxlsn = *lsn;
509 status != TXN_COMMIT || LOG_COMPARE(&hp->maxlsn, lsn) >= 0);
552 if (IS_ZERO_LSN(hp->ckplsn) && !IS_ZERO_LSN(hp->maxlsn) &&
553 LOG_COMPARE(&hp->maxlsn, ckp_lsn) >= 0)
662 if (lsn != NULL && IS_ZERO_LSN(hp->maxlsn) && status == TXN_COMMIT)
663 hp->maxlsn = *lsn;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c433 stop_lsn = ((DB_TXNHEAD *)txninfo)->maxlsn;
487 &((DB_TXNHEAD *)txninfo)->maxlsn,

Completed in 83 milliseconds