Searched refs:LSN (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_upg_opd.c89 ZERO_LSN(LSN(page));
127 ZERO_LSN(LSN(ipage));
H A Ddb_conv.c116 * a zero LSN, zero page number and P_INVALID. Otherwise
119 if (IS_ZERO_LSN(LSN(pagep)) && pagep->pgno == PGNO_INVALID) {
300 if (IS_ZERO_LSN(LSN(pagep)) &&
H A Ddb_pr.c521 __db_msgadd(env, &mb, " LSN [%lu][%lu]:",
522 (u_long)LSN(h).file, (u_long)LSN(h).offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c590 (u_int32_t)new_indx, &LSN(next_pagep),
615 LSN(next_pagep) = new_lsn; /* Structure assignment. */
693 if ((ret = __ham_replace_log(dbp, dbc->txn, &LSN(pagep), 0,
694 PGNO(pagep), (u_int32_t)ndx, &LSN(pagep), -1,
698 LSN_NOT_LOGGED(LSN(pagep));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_delete.c182 if ((ret = __bam_adj_log(dbp, dbc->txn, &LSN(h), 0,
183 PGNO(h), &LSN(h), indx, indx_copy, (u_int32_t)is_insert)) != 0)
186 LSN_NOT_LOGGED(LSN(h));
445 * overwrite the parent page, including its LSN. This is OK
447 * stores its LSN on the child page. When the child is copied
448 * onto the parent, the correct LSN is copied into place.
H A Dbt_put.c645 if ((ret = __bam_repl_log(dbp, dbc->txn, &LSN(h), 0, PGNO(h),
646 &LSN(h), (u_int32_t)indx, (u_int32_t)B_DISSET(bk->type),
650 LSN_NOT_LOGGED(LSN(h));
H A Dbt_cursor.c731 if ((ret = __bam_cdel_log(dbp, dbc->txn, &LSN(cp->page), 0,
732 PGNO(cp->page), &LSN(cp->page), cp->indx)) != 0)
735 LSN_NOT_LOGGED(LSN(cp->page));
2022 * page does not move from one db to another, so we track its LSN.
2040 t->bt_llsn = LSN(cp->page);
2407 LOG_COMPARE(&t->bt_llsn, &LSN(h)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dlogfile.c135 "by chkdsk but a chkdsk LSN is specified.");
350 LSN *lsn)
486 LSN rstr1_lsn, rstr2_lsn;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c141 "by chkdsk but a chkdsk LSN is specified.\n");
354 LSN *lsn)
466 LSN rstr1_lsn, rstr2_lsn;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h345 /* 8*/ LSN lsn; /* $LogFile sequence number for this record.
419 /* 8*/ LSN lsn; /* $LogFile sequence number for this record.
2132 /* 8*/ LSN lsn; /* $LogFile sequence number of the last
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h71 DB_LSN lsn; /* 00-07: LSN. */
277 #define LSN(p) (((PAGE *)p)->lsn) macro
339 * Don't modify the page's LSN, code depends on it being unchanged after a
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c566 STAT_LSN("Maximum checkpoint LSN", &mp->lsn);
590 STAT_ULONG("LSN offset", dbmfp->lsn_offset);
663 STAT_LONG("Page's LSN offset", mfp->lsn_off);
712 __db_msg(env, "\tpageno, file, ref, LSN, address, priority, flags");
794 F_ISSET(bhp, BH_FROZEN) ? 0 : (u_long)LSN(bhp->buf).file,
795 F_ISSET(bhp, BH_FROZEN) ? 0 : (u_long)LSN(bhp->buf).offset);

Completed in 177 milliseconds

12