Searched refs:lsn (Results 126 - 150 of 160) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i1021 char *log_file(DB_LSN *lsn) {
1023 errno = self->log_file(self, lsn, namebuf, sizeof namebuf);
1040 db_ret_t log_put(DB_LSN *lsn, const DBT *data, u_int32_t flags) {
1041 return self->log_put(self, lsn, data, flags);
1469 int get(DB_LSN *lsn, DBT *data, u_int32_t flags) {
1470 return self->get(self, lsn, data, flags);
H A Djava_util.i788 { &txn_active_lsn_fid, &txn_active_class, "lsn", "L" DB_PKG "LogSequenceNumber;" },
1018 static jobject __dbj_wrap_DB_LSN(JNIEnv *jenv, DB_LSN *lsn)
1021 lsn->file, lsn->offset);
H A Djava_typemaps.i282 %typemap(in) DB_LSN * (DB_LSN lsn) %{
286 $1 = &lsn;
H A Djava_stat_auto.c334 JAVADB_STAT_LSN(jnienv, jobj, txn_active_lsn_fid, statp, lsn);
H A Ddb_java_wrap.c917 { &txn_active_lsn_fid, &txn_active_class, "lsn", "L" DB_PKG "LogSequenceNumber;" },
1147 static jobject __dbj_wrap_DB_LSN(JNIEnv *jenv, DB_LSN *lsn) argument
1150 lsn->file, lsn->offset);
1838 DBT *dbt, DB_LSN *lsn, db_recops recops)
1854 jlsn = (lsn == NULL) ? NULL : __dbj_wrap_DB_LSN(jenv, lsn);
1922 const DBT *control, const DBT *rec, const DB_LSN *lsn, int envid,
1941 jlsn = (lsn == NULL) ? NULL : __dbj_wrap_DB_LSN(jenv, (DB_LSN *)lsn);
1837 __dbj_app_dispatch(DB_ENV *dbenv, DBT *dbt, DB_LSN *lsn, db_recops recops) argument
1921 __dbj_rep_transport(DB_ENV *dbenv, const DBT *control, const DBT *rec, const DB_LSN *lsn, int envid, u_int32_t flags) argument
3047 DbEnv_log_file(struct DbEnv *self,DB_LSN *lsn) argument
3060 DbEnv_log_put(struct DbEnv *self,DB_LSN *lsn,DBT const *data,u_int32_t flags) argument
3367 DbLogc_get(struct DbLogc *self,DB_LSN *lsn,DBT *data,u_int32_t flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c74 DB_LSN lsn, *lsnp; local
83 result = _GetLsn(interp, objv[2], &lsn);
86 lsnp = &lsn;
89 Tcl_WrongNumArgs(interp, 2, objv, "lsn");
H A Dtcl_txn.c435 MAKE_STAT_LSN(ip->i_name, &p->lsn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h345 /* 8*/ LSN lsn; /* $LogFile sequence number for this record. member in struct:__anon1233
419 /* 8*/ LSN lsn; /* $LogFile sequence number for this record. member in struct:__anon1234
2132 /* 8*/ LSN lsn; /* $LogFile sequence number of the last member in struct:__anon1293
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h308 /* 8*/ le64 lsn; /* $LogFile sequence number for this record. member in struct:__anon7547
368 /* 8*/ le64 lsn; /* $LogFile sequence number for this record. member in struct:__anon7548
2000 /* 8*/ sle64 lsn; /* $LogFile sequence number of the last member in struct:__anon7607
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.c431 tblk->next = tblk->last = tblk->xflag = tblk->flag = tblk->lsn = 0;
559 jfs_info("log barrier off: 0x%x", log->lsn);
720 if ((tid == 0) && mp->lsn)
974 * (allocation map pages inherited lsn of tblk and
977 if (tblk->lsn) {
1141 int lsn; local
1301 lsn = lmLog(log, tblk, lrd, NULL);
2288 * update lsn of the pmap page;
2372 * update lsn of the pmap page;
2411 * lsn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmp.h138 * The lsn field and list of underlying MPOOLFILEs are thread protected
141 DB_LSN lsn; /* Maximum checkpoint LSN. */ member in struct:__mpool
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_printlog/
H A Ddb_printlog.c246 key = ((__rep_control_args *)keydbt.data)->lsn;
581 * Expected format is: lsn.file/lsn.offset.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_open.c445 swap_lsn = meta->lsn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Ddb_printlog.c231 key = ((__rep_control_args *)keydbt.data)->lsn;
566 * Expected format is: lsn.file/lsn.offset.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_buf_item.c601 * write of it completed at the given lsn.
604 * those cases we simply return the given lsn.
613 * by returning the original lsn of that transaction here rather than
619 xfs_lsn_t lsn)
626 return (lsn);
617 xfs_buf_item_committed( xfs_buf_log_item_t *bip, xfs_lsn_t lsn) argument
H A Dxfs_trans.c923 * the commit lsn of this transaction for dependency tracking
1276 * will protect the lsn field of each item. The value of this
1286 xfs_lsn_t lsn,
1311 item_lsn = IOP_COMMITTED(lip, lsn);
1322 * If the returned lsn is greater than what it
1327 * While the new lsn should usually be greater, it
1330 * same item could complete first with a higher lsn.
1338 * This will set the item's lsn to item_lsn
1284 xfs_trans_chunk_committed( xfs_log_item_chunk_t *licp, xfs_lsn_t lsn, int aborted) argument
H A Dxfs_alloc.c2578 xfs_lsn_t lsn; local
2616 lsn = bsy->busy_tp->t_commit_lsn;
2618 xfs_log_force(mp, lsn, XFS_LOG_FORCE|XFS_LOG_SYNC);
H A Dxfs_inode.c2834 xfs_lsn_t lsn; local
2844 lsn = iip->ili_last_lsn;
2846 lsn = (xfs_lsn_t)0;
2852 xfs_log_force(ip->i_mount, lsn, XFS_LOG_FORCE);
3503 * In order to read the lsn we need the AIL lock, because
H A Dxfs_log_recover.c769 * a sync lsn embedded in it. LSNs hold block numbers, so it is easy
774 * lsn. The entire log record does not need to be valid. We only care
888 * Save the current tail lsn to use to pass to
890 * unmount record if there is one, so we pass the lsn of the
939 * We use the lsn from before modifying it so that we'll never
1187 * The tail lsn is passed in rather than taken from
1444 xfs_lsn_t lsn)
1450 trans->r_lsn = lsn;
2651 xfs_lsn_t lsn,
2680 xfs_trans_update_ail(mp, (xfs_log_item_t *)efip, lsn,
1441 xlog_recover_new_tid( xlog_recover_t **q, xlog_tid_t tid, xfs_lsn_t lsn) argument
2648 xlog_recover_do_efi_trans( xlog_t *log, xlog_recover_item_t *item, xfs_lsn_t lsn, int pass) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_region.c205 ZERO_LSN(mp->lsn);
H A Dmp_stat.c566 STAT_LSN("Maximum checkpoint LSN", &mp->lsn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stat.c146 stats->st_next_lsn = lp->lsn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c1869 DB_LSN lsn; local
1931 lsn = LSN(newpage);
1934 LSN(newpage) = lsn;
1946 LSN(*pgp) = lsn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c984 /* Move lsn onto page. */
1131 /* Move lsn onto page. */
1208 /* Move lsn onto page. */
1278 /* Move lsn onto page. */
2158 /* Move lsn onto page. */
2303 /* Move lsn onto page. */
2561 DB_LSN lsn; local
2659 if ((ret = __ham_chgpg_log(dbp, my_txn, &lsn, 0, op,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h455 DB_LSN lsn; /* Cursor: LSN */ member in struct:__db_log_cursor
841 DB_LSN lsn; /* LSN when transaction began */ member in struct:__db_txn_active
868 DB_LSN st_last_ckp; /* lsn of the last checkpoint */

Completed in 406 milliseconds

1234567