Searched defs:lsn (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_apprec.c47 DB_LSN ckp_lsn, first_lsn, lsn, open_lsn; local
125 * Now, ckp_lsn is either the lsn of the last checkpoint or the lsn
128 * pass from that lsn, and proceed to the end of the log.
130 lsn = open_lsn;
134 &data, &lsn, TXN_OPENFILES, txninfo);
137 &data, &lsn, TXN_OPENFILES, txninfo);
140 if ((ret = log_get(lp, &lsn, &data, DB_NEXT)) != 0) {
172 for (ret = log_get(lp, &lsn, &data, DB_LAST);
173 ret == 0 && log_compare(&lsn,
[all...]
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog.c115 lp->lsn.file = 1;
116 lp->lsn.offset = 0;
181 DB_LSN lsn; local
203 lp->lsn.file = cnt + 1;
204 lp->lsn.offset = 0;
205 lsn.file = cnt;
206 lsn.offset = 0;
210 if ((ret = __log_get(dblp, &lsn, &dbt, DB_SET, 0)) != 0)
218 while (__log_get(dblp, &lsn, &dbt, DB_NEXT, 1) == 0) {
223 lp->chkpt_lsn = lsn;
[all...]
H A Dlog_archive.c187 DB_LSN lsn; local
202 for (n = 0, ret = log_get(dblp, &lsn, &rec, DB_FIRST);
203 ret == 0; ret = log_get(dblp, &lsn, &rec, DB_NEXT)) {
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c265 DB_LSN lsn; local
318 memcpy(&lsn, bhp->buf + mfp->lsn_off, sizeof(DB_LSN));
321 if (lg_info != NULL && (ret = log_flush(lg_info, &lsn)) != 0)
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogfile.c330 * @lsn: [OUT] set to the current logfile lsn on success
343 * Similarly, if @lsn is not NULL, on success *@lsn will be set to the current
344 * logfile lsn according to this restart page. On failure, *@lsn is undefined.
353 LSN *lsn)
429 if (lsn) {
431 *lsn = sle64_to_cpu(ra->current_lsn);
433 *lsn
351 ntfs_check_and_load_restart_page(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, LSN *lsn) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h83 DB_LSN lsn; member in struct:_bam_adj_args
98 DB_LSN lsn; member in struct:_bam_cadjust_args
113 DB_LSN lsn; member in struct:_bam_cdel_args
126 DB_LSN lsn; member in struct:_bam_repl_args
H A Ddb_auto.h63 DB_LSN lsn; member in struct:_db_ovref_args
76 DB_LSN lsn; member in struct:_db_relink_args
92 DB_LSN lsn; member in struct:_db_addpage_args
H A Dlog.h151 * The lsn LSN is the file offset that we're about to write and which
154 DB_LSN lsn; /* LSN at current file offset. */ member in struct:__log
H A Dmp.h225 DB_LSN lsn; /* Maximum checkpoint LSN. */ member in struct:__mpool
H A Ddb_page.h48 DB_LSN lsn; /* 00-07: LSN. */ member in struct:_btmeta
78 DB_LSN lsn; /* 00-07: LSN of the header page */ member in struct:hashhdr
110 * | lsn | pgno | prev pgno |
132 DB_LSN lsn; /* 00-07: Log sequence number. */ member in struct:_db_page
164 #define LSN(p) (((PAGE *)p)->lsn)
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h383 /* 8*/ leLSN lsn; /* $LogFile sequence number for this record. member in struct:__anon2047
463 /* 8*/ leLSN lsn; /* $LogFile sequence number for this record. member in struct:__anon2048
2416 /* 8*/ leLSN lsn; /* $LogFile sequence number of the last member in struct:__anon2108
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h873 DB_LSN lsn; /* Lsn of the begin record */ member in struct:__db_txn_active
877 DB_LSN st_last_ckp; /* lsn of the last checkpoint */

Completed in 39 milliseconds