Searched refs:lsn (Results 51 - 75 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Diommu.c174 const u32 *lsn = of_get_property(dn, "linux,logical-slot-number", NULL); local
176 BUG_ON(lsn == NULL);
180 iommu_table_getparms_iSeries(pdn->busno, *lsn, 0, tbl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_autop.c123 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
164 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
218 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot_item.c174 xfs_lsn_t lsn)
180 return (lsn);
383 * this needs to stamp an lsn into the dquot, I think.
391 xfs_lsn_t lsn)
537 * so simply return the lsn at which it's been logged.
541 xfs_qm_qoff_logitem_committed(xfs_qoff_logitem_t *qf, xfs_lsn_t lsn) argument
543 return (lsn);
562 xfs_lsn_t lsn)
172 xfs_qm_dquot_logitem_committed( xfs_dq_logitem_t *l, xfs_lsn_t lsn) argument
389 xfs_qm_dquot_logitem_committing( xfs_dq_logitem_t *l, xfs_lsn_t lsn) argument
560 xfs_qm_qoffend_logitem_committed( xfs_qoff_logitem_t *qfe, xfs_lsn_t lsn) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_debug.c128 DB_LSN lsn; local
145 env, txnid, &lsn, 0, &opdbt, -1, &msgdbt, NULL, 0));
H A Dlog_stat.c93 stats->st_cur_file = lp->lsn.file;
94 stats->st_cur_offset = lp->lsn.offset;
278 STAT_LSN("current file offset LSN", &lp->lsn);
279 STAT_LSN("first buffer byte LSN", &lp->lsn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_lease.c215 DB_ASSERT(env, LOG_COMPARE(&rp->lsn, &le->lease_lsn) >= 0);
216 le->lease_lsn = rp->lsn;
375 DB_LSN lsn; local
387 memset(&lsn, 0, sizeof(lsn));
391 if ((ret = __rep_log_backup(env, rep, logc, &lsn)) != 0)
394 if ((ret = __logc_get(logc, &lsn, &rec, DB_CURRENT)) != 0)
398 DB_EID_BROADCAST, REP_LOG, &lsn, &rec, REPCTL_PERM, 0)) != 0) {
H A Drep_backup.c70 DB_LSN lsn; local
108 * Now get our first LSN. We send the lsn of the first
112 if ((ret = __log_get_stable_lsn(env, &lsn)) != 0) {
134 if ((ret = __logc_get(logc, &lsn, &vdbt, flag)) != 0) {
142 INIT_LSN(lsn);
151 u_args.first_lsn = lsn;
163 lsn = ((LOG *)dblp->reginfo.primary)->lsn;
166 env, eid, REP_UPDATE, &lsn, &updbt, 0, 0);
585 DB_LSN lsn; local
1136 DB_LSN lsn; local
2391 DB_LSN lsn; local
[all...]
H A Drep_auto.c31 DB_HTONL_COPYOUT(env, bp, argp->lsn.file);
32 DB_HTONL_COPYOUT(env, bp, argp->lsn.offset);
61 DB_NTOHL_COPYIN(env, argp->lsn.file, bp);
62 DB_NTOHL_COPYIN(env, argp->lsn.offset, bp);
99 DB_HTONL_COPYOUT(env, bp, argp->lsn.file);
100 DB_HTONL_COPYOUT(env, bp, argp->lsn.offset);
127 DB_NTOHL_COPYIN(env, argp->lsn.file, bp);
128 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/
H A Dlog007.tcl83 set lsn($j) "\[$file\]\[$offset\]"
101 check_prlog [is_substr $record $lsn($j)] 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_dispatch.c72 DB_LSN *lsnp; /* The lsn of the record being dispatched. */
252 * lsn so undo will work properly.
484 __db_txnlist_add(env, hp, txnid, status, lsn)
488 DB_LSN *lsn;
505 if (lsn != NULL && IS_ZERO_LSN(hp->maxlsn) && status == TXN_COMMIT)
506 hp->maxlsn = *lsn;
508 DB_ASSERT(env, lsn == NULL ||
509 status != TXN_COMMIT || LOG_COMPARE(&hp->maxlsn, lsn) >= 0);
633 __db_txnlist_update(env, hp, txnid, status, lsn, ret_status, add_ok)
637 DB_LSN *lsn;
[all...]
H A Ddb_setlsn.c98 LSN_NOT_LOGGED(pagep->lsn);
H A Ddb_rec.c264 cmp = LOG_COMPARE(&LSN(pagep), &argp->lsn);
265 CHECK_LSN(env, op, cmp, &LSN(pagep), &argp->lsn);
270 pagep->lsn = *lsnp;
275 pagep->lsn = argp->lsn;
528 pagep->lsn = *lsnp;
540 pagep->lsn = argp->page_lsn;
715 ZERO_LSN(pagep->lsn);
720 pagep->lsn = *lsnp;
959 pagep->lsn
[all...]
H A Dcrdel_rec.c61 cmp_p = LOG_COMPARE(&LSN(pagep), &argp->lsn);
62 CHECK_LSN(env, op, cmp_p, &LSN(pagep), &argp->lsn);
87 * Don't bother checking the lsn on the page. If we are
90 * page, but not the lsn.
93 LSN(pagep) = argp->lsn;
H A Dcrdel_auto.c71 LOGCOPY_TOLSN(env, &argp->lsn, bp);
83 __crdel_metasub_log(dbp, txnp, ret_lsnp, flags, pgno, page, lsn)
90 DB_LSN * lsn;
144 + sizeof(*lsn);
205 if (lsn != NULL) {
208 if (LOG_COMPARE(lsn, &lp->lsn) >= 0 && (ret =
209 __log_check_page_lsn(env, dbp, lsn) != 0))
212 LOGCOPY_FROMLSN(env, bp, lsn);
214 memset(bp, 0, sizeof(*lsn));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_msg.c189 ack_message(env, generation, lsn)
192 DB_LSN *lsn;
223 memcpy(&ack.lsn, lsn, sizeof(DB_LSN));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c281 * We check both the file and offset for 0 since the lsn may be in
322 DB_LSN lsn; local
330 lsn = region->last_ckp;
333 if (IS_ZERO_LSN(lsn))
336 *lsnp = lsn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.h405 int lsn; /* 4: end-of-log */ member in struct:jfs_log
482 s32 lsn; /* log sequence number */ member in struct:logsyncblk
495 /* compute the difference in bytes of lsn from sync point */
496 #define logdiff(diff, lsn, log)\
498 diff = (lsn) - (log)->syncpt;\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbtree_autop.c151 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
191 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
231 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
271 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
441 (u_long)argp->lsn.file, (u_long)argp->lsn
[all...]
H A Dbt_curadj.c159 DB_LSN lsn; local
200 if ((ret = __bam_curadj_log(dbp, my_dbc->txn, &lsn, 0,
283 DB_LSN lsn; local
335 &lsn, 0, DB_CA_DUP, fpgno, tpgno, 0, first, fi, ti)) != 0 &&
423 DB_LSN lsn; local
461 &lsn, 0, DB_CA_RSPLIT, fpgno, tpgno, 0, 0, 0, 0)) != 0)
484 DB_LSN lsn; local
536 my_dbc->txn, &lsn, 0, DB_CA_SPLIT, ppgno, rpgno,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_rec.c694 pagep->lsn = *lsnp;
711 pagep->lsn = argp->pagelsn;
723 cmp_n = LOG_COMPARE(lsnp, &hcp->hdr->dbmeta.lsn);
724 cmp_p = LOG_COMPARE(&hcp->hdr->dbmeta.lsn, &argp->metalsn);
725 CHECK_LSN(env, op, cmp_p, &hcp->hdr->dbmeta.lsn, &argp->metalsn);
735 hcp->hdr->dbmeta.lsn = *lsnp;
744 hcp->hdr->dbmeta.lsn = argp->metalsn;
779 cmp_n = LOG_COMPARE(lsnp, &mmeta->lsn);
780 cmp_p = LOG_COMPARE(&mmeta->lsn, &argp->mmetalsn);
783 mmeta->lsn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Ddb_auto.h44 DB_LSN lsn; member in struct:___db_ovref_args
55 DB_LSN lsn; member in struct:___db_relink_42_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dchsc.h28 u8 lsn; member in struct:channel_path_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h71 DB_LSN lsn; /* 00-07: LSN. */ member in struct:_dbmeta33
189 * | lsn | pgno | prev pgno |
227 DB_LSN lsn; /* 00-07: Log sequence number. */ member in struct:_db_page
277 #define LSN(p) (((PAGE *)p)->lsn)
299 DB_LSN lsn; /* 00-07: Log sequence number. */ member in struct:_qpage
662 DB_LSN lsn; member in struct:__pglist
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_extfree_item.c190 * simply return the lsn at which it's been logged. The canceled
196 xfs_efi_item_committed(xfs_efi_log_item_t *efip, xfs_lsn_t lsn) argument
198 return lsn;
222 xfs_efi_item_committing(xfs_efi_log_item_t *efip, xfs_lsn_t lsn) argument
487 xfs_efd_item_committed(xfs_efd_log_item_t *efdp, xfs_lsn_t lsn) argument
520 xfs_efd_item_committing(xfs_efd_log_item_t *efip, xfs_lsn_t lsn) argument

Completed in 331 milliseconds

1234567