• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/

Lines Matching refs:lsnp

54 __txn_regop_recover(env, dbtp, lsnp, op, info)
57 DB_LSN *lsnp;
67 (void)__txn_regop_print(env, dbtp, lsnp, op, info);
92 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
105 info, argp->txnp->txnid, argp->opcode, lsnp,
110 TXN_IGNORE : argp->opcode, lsnp)) != 0)
118 *lsnp = argp->prev_lsn;
138 __txn_xa_regop_recover(env, dbtp, lsnp, op, info)
141 DB_LSN *lsnp;
153 (void)__txn_xa_regop_print(env, dbtp, lsnp, op, info);
218 LOG_COMPARE(&headp->trunc_lsn, lsnp) >= 0) {
220 info, argp->txnp->txnid, TXN_COMMIT, lsnp)) == 0) {
235 ret = __txn_restore_txn(env, lsnp, argp);
242 *lsnp = argp->prev_lsn;
254 __txn_ckp_recover(env, dbtp, lsnp, op, info)
257 DB_LSN *lsnp;
265 __txn_ckp_print(env, dbtp, lsnp, op, info);
271 __db_txnlist_ckp(env, info, lsnp);
273 *lsnp = argp->last_ckp;
286 __txn_child_recover(env, dbtp, lsnp, op, info)
289 DB_LSN *lsnp;
298 (void)__txn_child_print(env, dbtp, lsnp, op, info);
311 *lsnp = argp->c_lsn;
391 *lsnp = argp->prev_lsn;
405 * lsnp is the LSN of the returned LSN
411 __txn_restore_txn(env, lsnp, argp)
413 DB_LSN *lsnp;
439 td->last_lsn = *lsnp;
477 __txn_recycle_recover(env, dbtp, lsnp, op, info)
480 DB_LSN *lsnp;
488 (void)__txn_child_print(env, dbtp, lsnp, op, info);
493 COMPQUIET(lsnp, NULL);
513 __txn_regop_42_recover(env, dbtp, lsnp, op, info)
516 DB_LSN *lsnp;
526 (void)__txn_regop_42_print(env, dbtp, lsnp, op, info);
551 LOG_COMPARE(&headp->trunc_lsn, lsnp) < 0)) {
564 info, argp->txnp->txnid, argp->opcode, lsnp,
569 TXN_IGNORE : argp->opcode, lsnp)) != 0)
577 *lsnp = argp->prev_lsn;
595 __txn_ckp_42_recover(env, dbtp, lsnp, op, info)
598 DB_LSN *lsnp;
606 __txn_ckp_42_print(env, dbtp, lsnp, op, info);
612 __db_txnlist_ckp(env, info, lsnp);
614 *lsnp = argp->last_ckp;