Searched refs:meta_pgno (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddbreg_auto.h15 db_pgno_t meta_pgno; member in struct:___dbreg_register_args
H A Ddb_auto.h91 db_pgno_t meta_pgno; member in struct:___db_pg_alloc_42_args
105 db_pgno_t meta_pgno; member in struct:___db_pg_alloc_args
121 db_pgno_t meta_pgno; member in struct:___db_pg_free_42_args
134 db_pgno_t meta_pgno; member in struct:___db_pg_free_args
155 db_pgno_t meta_pgno; member in struct:___db_pg_freedata_42_args
169 db_pgno_t meta_pgno; member in struct:___db_pg_freedata_args
H A Dqam_auto.h12 db_pgno_t meta_pgno; member in struct:___qam_incfirst_args
27 db_pgno_t meta_pgno; member in struct:___qam_mvptr_args
H A Dbtree_auto.h96 db_pgno_t meta_pgno; member in struct:___bam_root_args
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_meta.c38 hashp->meta_pgno, DB_LOCK_READ, 0, &hcp->hlock)) != 0)
41 if ((ret = __memp_fget(mpf, &hashp->meta_pgno,
94 hashp->meta_pgno, DB_LOCK_WRITE, 0, &hcp->hlock)) != 0)
H A Dhash_open.c95 hashp->meta_pgno = base_pgno;
476 0, dbp->meta_pgno, DB_LOCK_WRITE, 0, &metalock)) != 0)
478 if ((ret = __memp_fget(mpf, &dbp->meta_pgno, ip, dbc->txn,
484 lpgno = __ham_init_meta(dbp, meta, dbp->meta_pgno, &lsn);
509 txn, &meta->dbmeta.lsn, dbp->meta_pgno, (PAGE *)meta)) != 0)
H A Dhash_stub.c448 __ham_vrfy_structure(dbp, vdp, meta_pgno, flags)
451 db_pgno_t meta_pgno;
455 COMPQUIET(meta_pgno, 0);
H A Dhash_verify.c392 __ham_vrfy_structure(dbp, vdp, meta_pgno, flags)
395 db_pgno_t meta_pgno;
413 vdp->thread_info, meta_pgno, &p)) != 0)
418 (u_long)meta_pgno));
422 vdp->thread_info, meta_pgno)) != 0)
427 &meta_pgno, vdp->thread_info, NULL, 0, &m)) != 0)
/macosx-10.9.5/BerkeleyDB-21/db/dbreg/
H A Ddbreg.src36 ARG meta_pgno db_pgno_t lu
H A Ddbreg_rec.c139 if (ret == DB_PAGE_NOTFOUND && argp->meta_pgno != PGNO_BASE_MD)
156 argp->meta_pgno != PGNO_BASE_MD)
340 dbp->meta_pgno != argp->meta_pgno ||
401 argp->fileid, argp->meta_pgno, info, argp->id, argp->opcode));
H A Ddbreg_stat.c60 STAT_ULONG("Meta pgno", fnp->meta_pgno);
111 (u_long)fnp->meta_pgno, (u_long)fnp->pid,
H A Ddbreg_util.c140 dbtp, &fid_dbt, fnp->id, fnp->s_type, fnp->meta_pgno,
409 fname->ufid, name, fname->s_type, ndx, fname->meta_pgno,
563 txn, lp, uid, name, ftype, ndx, meta_pgno, info, id, opcode)
571 db_pgno_t meta_pgno;
602 if (meta_pgno != PGNO_BASE_MD) {
604 dbp->meta_pgno = meta_pgno;
623 DB_MODE_600, meta_pgno)) == 0) {
629 if ((meta_pgno != PGNO_BASE_MD &&
H A Ddbreg_auto.c67 argp->meta_pgno = (db_pgno_t)uinttmp;
84 opcode, name, uid, fileid, ftype, meta_pgno,
95 db_pgno_t meta_pgno;
218 uinttmp = (u_int32_t)meta_pgno;
H A Ddbreg_autop.c57 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
H A Ddbreg.c141 fnp->meta_pgno = dbp->meta_pgno;
327 DB_ASSERT(env, dbp->meta_pgno == fnp->meta_pgno);
758 fnp->s_type, fnp->meta_pgno, TXN_INVALID)) != 0) {
960 fnp->s_type, fnp->meta_pgno, fnp->create_txnid);
/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam.src29 ARG meta_pgno db_pgno_t lu
44 ARG meta_pgno db_pgno_t lu
H A Dqam_auto.c61 argp->meta_pgno = (db_pgno_t)uinttmp;
73 __qam_incfirst_log(dbp, txnp, ret_lsnp, flags, recno, meta_pgno)
79 db_pgno_t meta_pgno;
178 uinttmp = (u_int32_t)meta_pgno;
293 argp->meta_pgno = (db_pgno_t)uinttmp;
308 metalsn, meta_pgno)
319 db_pgno_t meta_pgno;
450 uinttmp = (u_int32_t)meta_pgno;
H A Dqam_autop.c45 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
87 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_open.c32 * be NULL and meta_pgno will be PGNO_BASE_MD.
34 * this case, name and subname will both be non-NULL and meta_pgno will
50 __db_open(dbp, ip, txn, fname, dname, type, flags, mode, meta_pgno)
58 db_pgno_t meta_pgno;
151 } else if (dname == NULL && meta_pgno == PGNO_BASE_MD) {
160 meta_pgno = dbp->meta_pgno;
208 ret = __bam_open(dbp, ip, txn, fname, meta_pgno, flags);
211 ret = __ham_open(dbp, ip, txn, fname, meta_pgno, flags);
214 ret = __ram_open(dbp, ip, txn, fname, meta_pgno, flag
[all...]
H A Ddb.src141 * meta_lsn: the original lsn of the page reference by meta_pgno.
142 * meta_pgno the page pointing at the allocated page in the free list.
153 ARG meta_pgno db_pgno_t lu
163 ARG meta_pgno db_pgno_t lu
173 * If we are maintaining a sorted free list (during compact) meta_pgno
179 * meta_pgno: the meta-data page number.
188 ARG meta_pgno db_pgno_t lu
197 ARG meta_pgno db_pgno_t lu
218 * meta_pgno: the meta-data page number.
228 ARG meta_pgno db_pgno_
[all...]
H A Ddb_vrfy.c818 __db_vrfy_structure(dbp, vdp, dbname, meta_pgno, flags)
822 db_pgno_t meta_pgno;
916 __db_vrfy_freelist(dbp, vdp, meta_pgno, flags)) == DB_VERIFY_BAD)
1499 db_pgno_t meta_pgno; local
1524 memcpy(&meta_pgno, data.data, data.size);
1529 DB_NTOHL_SWAP(env, &meta_pgno);
1530 if (meta_pgno == PGNO_INVALID || meta_pgno > vdp->last_pgno) {
1533 (u_long)meta_pgno));
1537 if ((ret = __db_vrfy_getpageinfo(vdp, meta_pgno,
1628 db_pgno_t meta_pgno, p, pgno; local
2328 db_pgno_t p, meta_pgno; local
2436 db_pgno_t meta_pgno, p; local
[all...]
H A Ddb.c232 memcpy(&sdbp->meta_pgno, data.data, sizeof(db_pgno_t));
233 DB_NTOHL_SWAP(env, &sdbp->meta_pgno);
234 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno,
319 memcpy(&sdbp->meta_pgno, data.data, sizeof(db_pgno_t));
320 DB_NTOHL_SWAP(env, &sdbp->meta_pgno);
339 sdbp->meta_pgno = PGNO(p);
473 == 0 && ldbp->meta_pgno == dbp->meta_pgno)
1115 dbp->meta_pgno = 0;
H A Ddb_autop.c322 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
364 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
410 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
457 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
537 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
590 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dhash.h53 db_pgno_t meta_pgno; /* Page number of the meta data page. */ member in struct:hash_t
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_open.c566 0, dbp->meta_pgno, DB_LOCK_WRITE, 0, &metalock)) != 0)
568 if ((ret = __memp_fget(mpf, &dbp->meta_pgno,
574 __bam_init_meta(dbp, meta, dbp->meta_pgno, &lsn);
576 txn, &meta->dbmeta.lsn, dbp->meta_pgno, (PAGE *)meta)) != 0)

Completed in 212 milliseconds

12