Searched refs:lsnp (Results 1 - 25 of 63) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_compare.c34 __log_check_page_lsn(env, dbp, lsnp)
37 DB_LSN *lsnp;
45 ret = LOG_COMPARE(lsnp, &lp->lsn);
55 (u_long)lsnp->file, (u_long)lsnp->offset,
H A Dlog_put.c35 __log_put_pp(dbenv, lsnp, udbt, flags)
37 DB_LSN *lsnp;
68 REPLICATION_WRAP(env, (__log_put(env, lsnp, udbt, flags)), 0, ret);
80 __log_put(env, lsnp, udbt, flags)
82 DB_LSN *lsnp;
170 lsnp->file = lsn.file;
171 lsnp->offset = lsn.offset;
346 __log_current_lsn(env, lsnp, mbytesp, bytesp)
348 DB_LSN *lsnp;
368 *lsnp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c54 __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, o
[all...]
H A Dtxn_autop.c19 __txn_regop_42_print(env, dbtp, lsnp, notused2, notused3)
22 DB_LSN *lsnp;
39 (u_long)lsnp->file, (u_long)lsnp->offset,
65 __txn_regop_print(env, dbtp, lsnp, notused2, notused3)
68 DB_LSN *lsnp;
85 (u_long)lsnp->file, (u_long)lsnp->offset,
112 __txn_ckp_42_print(env, dbtp, lsnp, notused2, notused3)
115 DB_LSN *lsnp;
[all...]
H A Dtxn_chkpt.c283 * must be starting after we set the initial value of lsnp in the caller.
289 __txn_getactive(env, lsnp)
291 DB_LSN *lsnp;
304 LOG_COMPARE(&td->begin_lsn, lsnp) < 0)
305 *lsnp = td->begin_lsn;
318 __txn_getckp(env, lsnp)
320 DB_LSN *lsnp;
336 *lsnp = lsn;
349 __txn_updateckp(env, lsnp)
351 DB_LSN *lsnp;
[all...]
H A Dtxn_region.c156 __txn_findlastckp(env, lsnp, max_lsn)
158 DB_LSN *lsnp;
167 ZERO_LSN(*lsnp);
195 *lsnp = lsn;
378 __txn_oldest_reader(env, lsnp)
380 DB_LSN *lsnp;
401 DB_ASSERT(env, LOG_COMPARE(&old_lsn, lsnp) >= 0);
402 *lsnp = old_lsn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_autop.c20 __ham_insdel_print(env, dbtp, lsnp, notused2, notused3)
23 DB_LSN *lsnp;
40 (u_long)lsnp->file, (u_long)lsnp->offset,
73 __ham_newpage_print(env, dbtp, lsnp, notused2, notused3)
76 DB_LSN *lsnp;
91 (u_long)lsnp->file, (u_long)lsnp->offset,
117 __ham_splitdata_print(env, dbtp, lsnp, notused2, notused3)
120 DB_LSN *lsnp;
[all...]
H A Dhash_rec.c64 __ham_insdel_recover(env, dbtp, lsnp, op, info)
67 DB_LSN *lsnp;
111 cmp_n = LOG_COMPARE(lsnp, &LSN(pagep));
144 LSN(pagep) = DB_REDO(op) ? *lsnp : argp->pagelsn;
150 LSN(pagep) = DB_REDO(op) ? *lsnp : argp->pagelsn;
158 done: *lsnp = argp->prev_lsn;
175 __ham_newpage_recover(env, dbtp, lsnp, op, info)
178 DB_LSN *lsnp;
204 cmp_n = LOG_COMPARE(lsnp, &LSN(pagep));
226 LSN(pagep) = DB_REDO(op) ? *lsnp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_rec.c59 __fop_create_recover(env, dbtp, lsnp, op, info)
62 DB_LSN *lsnp;
109 *lsnp = argp->prev_lsn;
125 __fop_remove_recover(env, dbtp, lsnp, op, info)
128 DB_LSN *lsnp;
151 *lsnp = argp->prev_lsn;
165 __fop_write_recover(env, dbtp, lsnp, op, info)
168 DB_LSN *lsnp;
190 *lsnp = argp->prev_lsn;
209 __fop_rename_recover(env, dbtp, lsnp, o
[all...]
H A Dfileops_autop.c18 __fop_create_print(env, dbtp, lsnp, notused2, notused3)
21 DB_LSN *lsnp;
37 (u_long)lsnp->file, (u_long)lsnp->offset,
60 __fop_remove_print(env, dbtp, lsnp, notused2, notused3)
63 DB_LSN *lsnp;
79 (u_long)lsnp->file, (u_long)lsnp->offset,
107 __fop_write_print(env, dbtp, lsnp, notused2, notused3)
110 DB_LSN *lsnp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Dcrdel_autop.c18 __crdel_metasub_print(env, dbtp, lsnp, notused2, notused3)
21 DB_LSN *lsnp;
38 (u_long)lsnp->file, (u_long)lsnp->offset,
63 __crdel_inmem_create_print(env, dbtp, lsnp, notused2, notused3)
66 DB_LSN *lsnp;
82 (u_long)lsnp->file, (u_long)lsnp->offset,
111 __crdel_inmem_rename_print(env, dbtp, lsnp, notused2, notused3)
114 DB_LSN *lsnp;
[all...]
H A Ddb_autop.c18 __db_addrem_print(env, dbtp, lsnp, notused2, notused3)
21 DB_LSN *lsnp;
38 (u_long)lsnp->file, (u_long)lsnp->offset,
71 __db_big_print(env, dbtp, lsnp, notused2, notused3)
74 DB_LSN *lsnp;
91 (u_long)lsnp->file, (u_long)lsnp->offset,
123 __db_ovref_print(env, dbtp, lsnp, notused2, notused3)
126 DB_LSN *lsnp;
[all...]
H A Dcrdel_rec.c27 __crdel_metasub_recover(env, dbtp, lsnp, op, info)
30 DB_LSN *lsnp;
55 *lsnp = argp->prev_lsn;
67 LSN(pagep) = *lsnp;
96 done: *lsnp = argp->prev_lsn;
115 __crdel_inmem_create_recover(env, dbtp, lsnp, op, info)
118 DB_LSN *lsnp;
196 *lsnp = argp->prev_lsn;
217 __crdel_inmem_rename_recover(env, dbtp, lsnp, op, info)
220 DB_LSN *lsnp;
[all...]
H A Ddb_rec.c31 __db_addrem_recover(env, dbtp, lsnp, op, info)
34 DB_LSN *lsnp;
54 cmp_n = LOG_COMPARE(lsnp, &LSN(pagep));
79 LSN(pagep) = *lsnp;
88 done: *lsnp = argp->prev_lsn;
101 __db_big_recover(env, dbtp, lsnp, op, info)
104 DB_LSN *lsnp;
130 cmp_n = LOG_COMPARE(lsnp, &LSN(pagep));
156 LSN(pagep) = DB_REDO(op) ? *lsnp : argp->pagelsn;
175 cmp_n = LOG_COMPARE(lsnp,
[all...]
H A Ddb_dispatch.c68 __db_dispatch(env, dtab, db, lsnp, redo, info)
72 DB_LSN *lsnp; /* The lsn of the record being dispatched. */
122 db, lsnp, redo, info));
178 info, txnid, TXN_IGNORE, lsnp));
258 LOGCOPY_TOLSN(env, lsnp,
268 db, lsnp, redo));
280 db, lsnp, redo));
290 db, lsnp, redo, info));
797 __db_txnlist_lsnadd(env, hp, lsnp)
800 DB_LSN *lsnp;
[all...]
H A Dcrdel_auto.c93 DB_LSN *lsnp, null_lsn, *rlsnp; local
119 lsnp = &null_lsn;
131 DB_SET_TXN_LSNP(txnp, &rlsnp, &lsnp);
179 LOGCOPY_FROMLSN(env, bp, lsnp);
223 *lsnp = *rlsnp;
334 DB_LSN *lsnp, null_lsn, *rlsnp; local
359 lsnp = &null_lsn;
371 DB_SET_TXN_LSNP(txnp, &rlsnp, &lsnp);
414 LOGCOPY_FROMLSN(env, bp, lsnp);
452 *lsnp
559 DB_LSN *lsnp, null_lsn, *rlsnp; local
780 DB_LSN *lsnp, null_lsn, *rlsnp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
H A Dex_apprec_autop.c15 ex_apprec_mkdir_print(dbenv, dbtp, lsnp, notused2)
18 DB_LSN *lsnp;
33 (u_long)lsnp->file, (u_long)lsnp->offset,
H A Dex_apprec_rec.c33 ex_apprec_mkdir_recover(dbenv, dbtp, lsnp, op)
36 DB_LSN *lsnp;
45 ex_apprec_mkdir_print(dbenv, dbtp, lsnp, op);
99 * read it from lsnp, as well--but because we weren't working with
103 *lsnp = argp->prev_lsn;
H A Dex_apprec_auto.c66 DB_LSN *lsnp, null_lsn, *rlsnp; local
81 lsnp = &null_lsn;
90 DB_SET_TXN_LSNP(txnp, &rlsnp, &lsnp);
111 LOGCOPY_FROMLSN(env, bp, lsnp);
127 *lsnp = *rlsnp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_autop.c20 __qam_incfirst_print(env, dbtp, lsnp, notused2, notused3)
23 DB_LSN *lsnp;
38 (u_long)lsnp->file, (u_long)lsnp->offset,
56 __qam_mvptr_print(env, dbtp, lsnp, notused2, notused3)
59 DB_LSN *lsnp;
74 (u_long)lsnp->file, (u_long)lsnp->offset,
98 __qam_del_print(env, dbtp, lsnp, notused2, notused3)
101 DB_LSN *lsnp;
[all...]
H A Dqam_rec.c44 __qam_incfirst_recover(env, dbtp, lsnp, op, info)
47 DB_LSN *lsnp;
87 *lsnp = argp->prev_lsn;
112 if (LOG_COMPARE(&LSN(meta), lsnp) < 0) {
114 LSN(meta) = *lsnp;
152 done: *lsnp = argp->prev_lsn;
171 __qam_mvptr_recover(env, dbtp, lsnp, op, info)
174 DB_LSN *lsnp;
209 *lsnp = argp->prev_lsn;
215 cmp_n = LOG_COMPARE(lsnp,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbtree_autop.c18 __bam_split_print(env, dbtp, lsnp, notused2, notused3)
21 DB_LSN *lsnp;
38 (u_long)lsnp->file, (u_long)lsnp->offset,
72 __bam_rsplit_print(env, dbtp, lsnp, notused2, notused3)
75 DB_LSN *lsnp;
92 (u_long)lsnp->file, (u_long)lsnp->offset,
125 __bam_adj_print(env, dbtp, lsnp, notused2, notused3)
128 DB_LSN *lsnp;
[all...]
H A Dbt_rec.c30 __bam_split_recover(env, dbtp, lsnp, op, info)
33 DB_LSN *lsnp;
144 lp->lsn = *lsnp;
154 rp->lsn = *lsnp;
182 pp->lsn = *lsnp;
211 np->lsn = *lsnp;
231 if (LOG_COMPARE(lsnp, &LSN(pp)) == 0) {
250 LOG_COMPARE(lsnp, &LSN(lp)) == 0) {
259 LOG_COMPARE(lsnp, &LSN(rp)) == 0) {
283 if (LOG_COMPARE(lsnp,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_autop.c18 __dbreg_register_print(env, dbtp, lsnp, notused2, notused3)
21 DB_LSN *lsnp;
37 (u_long)lsnp->file, (u_long)lsnp->offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_swap.h246 #define LOGCOPY_TOLSN(env, lsnp, p) do { \
247 LOGCOPY_32((env), &(lsnp)->file, (p)); \
248 LOGCOPY_32((env), &(lsnp)->offset, \
252 #define LOGCOPY_FROMLSN(env, p, lsnp) do { \
253 LOGCOPY_32((env), (p), &(lsnp)->file); \
255 (u_int8_t *)(p) + sizeof (u_int32_t), &(lsnp)->offset); \

Completed in 124 milliseconds

123