Searched refs:ckplsn (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Ddb_dispatch.h61 DB_LSN ckplsn; /* LSN of last retained checkpoint. */ member in struct:__db_txnhead
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Ddb_dispatch.h61 DB_LSN ckplsn; /* LSN of last retained checkpoint. */ member in struct:__db_txnhead
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Ddb_dispatch.h61 DB_LSN ckplsn; /* LSN of last retained checkpoint. */ member in struct:__db_txnhead
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/log/
H A Dlog.c1024 __log_vtruncate(env, lsn, ckplsn, trunclsn)
1026 DB_LSN *lsn, *ckplsn, *trunclsn;
1071 DB_ASSERT(env, lp->lsn.file >= ckplsn->file);
1073 if (ckplsn->file != lp->lsn.file) {
1074 bytes = lp->log_size - ckplsn->offset;
1075 if (lp->lsn.file > ckplsn->file + 1)
1077 ((lp->lsn.file - ckplsn->file) - 1);
1080 bytes = lp->lsn.offset - ckplsn->offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/log/
H A Dlog.c1024 __log_vtruncate(env, lsn, ckplsn, trunclsn)
1026 DB_LSN *lsn, *ckplsn, *trunclsn;
1071 DB_ASSERT(env, lp->lsn.file >= ckplsn->file);
1073 if (ckplsn->file != lp->lsn.file) {
1074 bytes = lp->log_size - ckplsn->offset;
1075 if (lp->lsn.file > ckplsn->file + 1)
1077 ((lp->lsn.file - ckplsn->file) - 1);
1080 bytes = lp->lsn.offset - ckplsn->offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/log/
H A Dlog.c1024 __log_vtruncate(env, lsn, ckplsn, trunclsn)
1026 DB_LSN *lsn, *ckplsn, *trunclsn;
1071 DB_ASSERT(env, lp->lsn.file >= ckplsn->file);
1073 if (ckplsn->file != lp->lsn.file) {
1074 bytes = lp->log_size - ckplsn->offset;
1075 if (lp->lsn.file > ckplsn->file + 1)
1077 ((lp->lsn.file - ckplsn->file) - 1);
1080 bytes = lp->lsn.offset - ckplsn->offset;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/env/
H A Denv_recover.c485 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
488 &((DB_TXNHEAD *)txninfo)->ckplsn, trunclsn)) != 0)
519 if (!IS_ZERO_LSN(((DB_TXNHEAD *)txninfo)->ckplsn))
520 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
530 max_lsn, &((DB_TXNHEAD *)txninfo)->ckplsn, trunclsn)) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/env/
H A Denv_recover.c485 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
488 &((DB_TXNHEAD *)txninfo)->ckplsn, trunclsn)) != 0)
519 if (!IS_ZERO_LSN(((DB_TXNHEAD *)txninfo)->ckplsn))
520 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
530 max_lsn, &((DB_TXNHEAD *)txninfo)->ckplsn, trunclsn)) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/env/
H A Denv_recover.c485 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
488 &((DB_TXNHEAD *)txninfo)->ckplsn, trunclsn)) != 0)
519 if (!IS_ZERO_LSN(((DB_TXNHEAD *)txninfo)->ckplsn))
520 region->last_ckp = ((DB_TXNHEAD *)txninfo)->ckplsn;
530 max_lsn, &((DB_TXNHEAD *)txninfo)->ckplsn, trunclsn)) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_dispatch.c455 ZERO_LSN(headp->ckplsn);
552 if (IS_ZERO_LSN(hp->ckplsn) && !IS_ZERO_LSN(hp->maxlsn) &&
554 hp->ckplsn = *ckp_lsn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_dispatch.c455 ZERO_LSN(headp->ckplsn);
552 if (IS_ZERO_LSN(hp->ckplsn) && !IS_ZERO_LSN(hp->maxlsn) &&
554 hp->ckplsn = *ckp_lsn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_dispatch.c455 ZERO_LSN(headp->ckplsn);
552 if (IS_ZERO_LSN(hp->ckplsn) && !IS_ZERO_LSN(hp->maxlsn) &&
554 hp->ckplsn = *ckp_lsn;

Completed in 123 milliseconds