Searched refs:lsn (Results 26 - 50 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c112 LOG_COMPARE(&rp->lsn, &rep->last_lsn) > 0))) { \
131 * lsn of the maximum permanent or current not permanent log record
146 DB_LSN last_lsn, lsn; local
222 tmprp.lsn = orp->lsn;
232 tmprp.lsn = rp46->lsn;
494 lsn = lp->lsn;
506 DB_EID_BROADCAST, REP_NEWMASTER, &lsn, NUL
2051 DB_LSN lsn; local
[all...]
H A Drep_method.c319 DB_LSN lsn; local
532 lsn = lp->lsn;
542 DB_EID_BROADCAST, REP_NEWMASTER, &lsn, NULL, 0, 0);
832 (void)__ua_memcpy(&lsn1, &rp1->lsn, sizeof(DB_LSN));
833 (void)__ua_memcpy(&lsn2, &rp2->lsn, sizeof(DB_LSN));
890 env->rep_handle->region->max_prep_lsn = lp->lsn;
915 DB_LSN ckp_lsn, lsn; local
937 ZERO_LSN(lsn);
948 if ((ret = __logc_get(logc, &lsn,
1730 DB_LSN lsn; local
1772 DB_LSN lsn; local
[all...]
H A Drep_elect.c52 DB_LSN lsn; local
222 lsn = lp->lsn;
272 __rep_cmp_vote(env, rep, rep->eid, &lsn, priority, rep->gen,
282 __rep_send_vote(env, &lsn, nsites, ack, priority, tiebreaker, egen,
505 DB_LSN lsn; local
528 lsn = lp->lsn;
531 DB_EID_BROADCAST, REP_NEWMASTER, &lsn, NULL, 0, 0);
580 eid, REP_ALIVE, &rp->lsn,
716 DB_LSN lsn; local
977 DB_LSN lsn; local
[all...]
H A Drep_util.c59 __rep_bulk_message(env, bulk, repth, lsn, dbt, flags)
63 DB_LSN *lsn;
165 b_args.lsn = *lsn;
172 bulk->lsn = *lsn;
177 memcpy(p, lsn, sizeof(DB_LSN));
242 bulkp->eid, bulkp->type, &bulkp->lsn, &dbt, ctlflags, 0)) != 0)
358 ZERO_LSN(cntrl.lsn);
360 cntrl.lsn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_ail.c49 * lsn of the last item in the AIL.
55 xfs_lsn_t lsn; local
62 lsn = (xfs_lsn_t)0;
64 lsn = lip->li_lsn;
68 return lsn;
78 * The routine returns the lsn of the tail of the log.
85 xfs_lsn_t lsn; local
203 lsn = (xfs_lsn_t)0;
205 lsn = lip->li_lsn;
209 return lsn;
[all...]
H A Dxfs_trans_priv.h50 struct xfs_log_item *lip, xfs_lsn_t lsn,
H A Dxfs_log_priv.h63 #define ASSIGN_ANY_LSN_HOST(lsn,cycle,block) \
65 (lsn) = ((xfs_lsn_t)(cycle)<<32)|(block); \
67 #define ASSIGN_ANY_LSN_DISK(lsn,cycle,block) \
69 INT_SET(((uint *)&(lsn))[0], ARCH_CONVERT, (cycle)); \
70 INT_SET(((uint *)&(lsn))[1], ARCH_CONVERT, (block)); \
72 #define ASSIGN_LSN(lsn,log) \
73 ASSIGN_ANY_LSN_DISK(lsn,(log)->l_curr_cycle,(log)->l_curr_block);
331 xfs_lsn_t h_lsn; /* lsn of this LR : 8 */
332 xfs_lsn_t h_tail_lsn; /* lsn of 1st LR w/ buffers not committed: 8 */
417 * The reservation head lsn i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_open.c367 meta->dbmeta.lsn = *lsnp;
426 DB_LSN lsn; local
447 LSN_NOT_LOGGED(lsn);
448 __bam_init_meta(dbp, meta, PGNO_BASE_MD, &lsn);
452 __db_log_page(dbp, txn, &lsn, pgno, (PAGE *)meta)) != 0)
466 LSN_NOT_LOGGED(root->lsn);
468 __db_log_page(dbp, txn, &root->lsn, pgno, root)) != 0)
487 LSN_NOT_LOGGED(lsn);
488 __bam_init_meta(dbp, meta, PGNO_BASE_MD, &lsn);
507 LSN_NOT_LOGGED(root->lsn);
548 DB_LSN lsn; local
[all...]
H A Dbt_rec.c144 lp->lsn = *lsnp;
154 rp->lsn = *lsnp;
182 pp->lsn = *lsnp;
211 np->lsn = *lsnp;
252 lp->lsn = argp->llsn;
261 rp->lsn = argp->rlsn;
286 np->lsn = argp->nlsn;
381 pagep->lsn = *lsnp;
391 pagep->lsn = argp->rootlsn;
416 pagep->lsn
[all...]
H A Dbtree_auto.c233 if (LOG_COMPARE(llsn, &lp->lsn) >= 0 && (ret =
249 if (LOG_COMPARE(rlsn, &lp->lsn) >= 0 && (ret =
268 if (LOG_COMPARE(nlsn, &lp->lsn) >= 0 && (ret =
581 if (LOG_COMPARE(rootlsn, &lp->lsn) >= 0 && (ret =
682 LOGCOPY_TOLSN(env, &argp->lsn, bp);
704 __bam_adj_log(dbp, txnp, ret_lsnp, flags, pgno, lsn, indx, indx_copy, is_insert)
710 DB_LSN * lsn;
766 + sizeof(*lsn)
815 if (lsn != NULL) {
818 if (LOG_COMPARE(lsn,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep074.tcl153 proc rep074_replsend { control rec fromid toid flags lsn } {
157 return [replsend $control $rec $fromid $toid $flags $lsn]
162 return [replsend $control $rec $fromid $toid $flags $lsn]
H A Denv006.tcl65 exec $util_path/db_load -r lsn $homeargs $testfile]
80 exec {$util_path/db_load} -r lsn $homeargs $testfile]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_auto.c441 if (LOG_COMPARE(metalsn, &lp->lsn) >= 0 && (ret =
542 LOGCOPY_TOLSN(env, &argp->lsn, bp);
565 __qam_del_log(dbp, txnp, ret_lsnp, flags, lsn, pgno, indx, recno)
570 DB_LSN * lsn;
625 + sizeof(*lsn)
670 if (lsn != NULL) {
673 if (LOG_COMPARE(lsn, &lp->lsn) >= 0 && (ret =
674 __log_check_page_lsn(env, dbp, lsn) != 0))
677 LOGCOPY_FROMLSN(env, bp, lsn);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c58 * lsn - 64-bit monotonically increasing integer vs
219 * RETURN: lsn - offset to the next log record to write (end-of-log);
227 int lsn; local
247 * initialize/update page/transaction recovery lsn
249 lsn = log->lsn;
254 * initialize page lsn if first log write of the page
256 if (mp->lsn == 0) {
258 mp->lsn = lsn;
346 int lsn = 0; /* end-of-log address */ local
936 int lsn; local
1272 int lsn = 0; local
1660 int lsn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_upgrade.h23 DB_LSN lsn; /* 00-07: LSN. */ member in struct:_dbmeta31
112 DB_LSN lsn; /* 00-07: LSN. */ member in struct:_dbmeta30
196 DB_LSN lsn; /* 00-07: LSN. */ member in struct:_btmeta2X
220 DB_LSN lsn; /* 00-07: LSN of the header page */ member in struct:hashhdr
H A Dlog.h214 * The lsn LSN is the file offset that we're about to write and which
217 DB_LSN lsn; /* LSN at current file offset. */ member in struct:__log
287 * next LSN we expect to receive. It's normally equal to "lsn",
351 DB_LSN lsn; /* LSN of commit record. */ member in struct:__db_commit
372 #define CHECK_LSN(e, redo, cmp, lsn, prev) \
374 ((!IS_NOT_LOGGED_LSN(*(lsn)) && !IS_ZERO_LSN(*(lsn))) || \
376 ret = __db_check_lsn(e, lsn, prev); \
398 * Return a pointer to the last lsn too.
H A Dtcl_db.h181 #define MAKE_STAT_LSN(s, lsn) do { \
183 myobjv[0] = Tcl_NewLongObj((long)(lsn)->file); \
184 myobjv[1] = Tcl_NewLongObj((long)(lsn)->offset); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dcrdel_auto.h13 DB_LSN lsn; member in struct:___crdel_metasub_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_auto.c60 DB_HTONL_COPYOUT(env, bp, argp->lsn.file);
61 DB_HTONL_COPYOUT(env, bp, argp->lsn.offset);
79 DB_NTOHL_COPYIN(env, argp->lsn.file, bp);
80 DB_NTOHL_COPYIN(env, argp->lsn.offset, bp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestLogc.cpp62 DbLsn lsn; local
67 while ((ret = logc->get(&lsn, dbt, flags)) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_open.c267 meta->dbmeta.lsn = *lsnp;
339 DB_LSN lsn; local
361 LSN_NOT_LOGGED(lsn);
362 lpgno = __ham_init_meta(dbp, meta, PGNO_BASE_MD, &lsn);
365 txn, &lsn, meta->dbmeta.pgno, (PAGE *)meta)) != 0)
378 LSN_NOT_LOGGED(page->lsn);
380 __db_log_page(dbp, txn, &page->lsn, lpgno, page)) != 0)
399 LSN_NOT_LOGGED(lsn);
400 lpgno = __ham_init_meta(dbp, meta, PGNO_BASE_MD, &lsn);
418 LSN_NOT_LOGGED(page->lsn);
454 DB_LSN lsn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c144 DB_LSN lsn; local
155 Tcl_WrongNumArgs(interp, 2, objv, "lsn");
159 result = _GetLsn(interp, objv[2], &lsn);
175 ret = dbenv->log_file(dbenv, &lsn, name, len);
203 DB_LSN lsn, *lsnp; local
211 Tcl_WrongNumArgs(interp, 2, objv, "?lsn?");
216 lsnp = &lsn;
217 result = _GetLsn(interp, objv[2], &lsn);
271 DB_LSN lsn; local
319 ret = dbenv->log_put(dbenv, &lsn,
526 DB_LSN lsn; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java704 @param lsn
716 public String getLogFileName(LogSequenceNumber lsn) argument
719 return dbenv.log_file(lsn);
841 final LogSequenceNumber lsn = new LogSequenceNumber();
843 dbenv.rep_process_message(control, cdata, envid, lsn);
844 return ReplicationStatus.getStatus(ret, cdata, envid, lsn);
1176 @param lsn
1178 the lsn parameter are written to stable storage. If lsn is null,
1184 public void logFlush(LogSequenceNumber lsn) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_region.c163 DB_LSN lsn; local
175 lsn = *max_lsn;
176 if ((ret = __logc_get(logc, &lsn, &dbt, DB_SET)) != 0)
179 if ((ret = __logc_get(logc, &lsn, &dbt, DB_LAST)) != 0)
186 lsn.offset = 0;
190 while ((ret = __logc_get(logc, &lsn, &dbt, DB_PREV)) == 0) {
195 *lsnp = lsn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_txn_write.c17 b_txn_write_send(dbenv, control, rec, lsn, eid, flags)
20 const DB_LSN *lsn;
27 COMPQUIET(lsn, NULL);

Completed in 226 milliseconds

1234567