Searched refs:f_lsn (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c685 DB_LSN f_lsn; local
713 f_lsn = lp->f_lsn;
798 lp->f_lsn = f_lsn;
882 DB_LSN flush_lsn, f_lsn; local
1008 if (lp->b_off != 0 && LOG_COMPARE(&flush_lsn, &lp->f_lsn) >= 0) {
1029 f_lsn = lp->f_lsn;
1047 * lsn, f_lsn
[all...]
H A Dlog_get.c824 } else if (lp->b_off == 0 || LOG_COMPARE(lsn, &lp->f_lsn) < 0)
848 if (lp->db_log_inmemory || LOG_COMPARE(lsn, &lp->f_lsn) > 0) {
H A Dlog.c1066 ZERO_LSN(lp->f_lsn);
1423 lp->f_lsn.file = filestart->file + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h220 * The f_lsn LSN is the LSN (returned to the user) that "owns" the
225 DB_LSN f_lsn; /* LSN of first byte in the buffer. */ member in struct:__log

Completed in 93 milliseconds