Searched refs:st_pagesize (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheFileStats.java27 private int st_pagesize; field in class:CacheFileStats
32 return st_pagesize;
90 + "\n st_pagesize=" + st_pagesize
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_alloc.c67 len = SSZA(BH, buf) + mfp->stat.st_pagesize;
473 MVCC_MPROTECT(bhp->buf, bh_mfp->stat.st_pagesize,
481 endp = (u_int8_t *)bhp->buf + bh_mfp->stat.st_pagesize;
497 mfp->stat.st_pagesize == bh_mfp->stat.st_pagesize) {
504 freed_space += sizeof(*bhp) + bh_mfp->stat.st_pagesize;
H A Dmp_fmethod.c327 (mfp->maxpgno / (GIGABYTE / mfp->stat.st_pagesize));
329 ((mfp->maxpgno % (GIGABYTE / mfp->stat.st_pagesize)) *
330 mfp->stat.st_pagesize);
357 (gbytes * (GIGABYTE / mfp->stat.st_pagesize));
359 ((bytes + mfp->stat.st_pagesize - 1) /
360 mfp->stat.st_pagesize);
H A Dmp_bh.c152 mfp, NULL, DB_DURABLE_UNKNOWN, 0, mfp->stat.st_pagesize)) != 0) {
166 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize,
207 pagesize = mfp->stat.st_pagesize;
400 env, DB_IO_WRITE, dbmfp->fhp, bhp->pgno, mfp->stat.st_pagesize,
401 0, mfp->stat.st_pagesize, bhp->buf, &nw)) != 0) {
551 pagesize = mfp->stat.st_pagesize;
H A Dmp_fget.c227 (*pgnoaddr * mfp->stat.st_pagesize);
768 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize,
771 memset(bhp->buf, 0, mfp->stat.st_pagesize);
776 mfp->stat.st_pagesize - mfp->clear_len);
853 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize,
868 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize,
883 memset(alloc_bhp->buf, 0, mfp->stat.st_pagesize);
886 memcpy(alloc_bhp->buf, bhp->buf, mfp->stat.st_pagesize);
894 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize, 0);
932 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize, PROT_REA
[all...]
H A Dmp_fset.c116 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize, PROT_READ | PROT_WRITE);
H A Dmp_fopen.c363 (pagesize != 0 && pagesize != mfp->stat.st_pagesize) ||
688 mfp->stat.st_pagesize = pagesize;
694 (dbmfp->gbytes * (GIGABYTE / mfp->stat.st_pagesize));
696 ((dbmfp->bytes + mfp->stat.st_pagesize - 1) /
697 mfp->stat.st_pagesize);
H A Dmp_stat.c258 pagesize = mfp->stat.st_pagesize;
260 mfp->stat.st_pagesize = pagesize;
339 pagesize = mfp->stat.st_pagesize;
341 mfp->stat.st_pagesize = pagesize;
510 __db_dl(env, "Page size", (u_long)(*tfsp)->st_pagesize);
H A Dmp_method.c702 dbmfp->fhp, pgno, mfp->stat.st_pagesize);
705 dbmfp->fhp, pgno, mfp->last_pgno, mfp->stat.st_pagesize);
H A Dmp_mvcc.c172 pagesize = bh_mfp->stat.st_pagesize;
413 pagesize = bh_mfp->stat.st_pagesize;
H A Dmp_fput.c186 MVCC_MPROTECT(bhp->buf, mfp->stat.st_pagesize, 0);
H A Dmp_resize.c273 memcpy(alloc_bhp->buf, bhp->buf, mfp->stat.st_pagesize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmp.h587 if (mfp->stat.st_pagesize < VM_PAGESIZE) \
588 sz += VM_PAGESIZE - mfp->stat.st_pagesize; \
603 DB_ASSERT(env, (u_int8_t *)p + mfp->stat.st_pagesize <\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_verify.c493 pagesize = (u_int32_t)dbp->mpf->mfp->stat.st_pagesize;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c144 JAVADB_STAT_INT(jnienv, jobj, mpool_fstat_st_pagesize_fid, statp, st_pagesize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c406 MAKE_STAT_LIST("Page size", (*fsp)->st_pagesize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c509 pagesize = (u_int32_t)dbp->mpf->mfp->stat.st_pagesize;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h675 u_int32_t st_pagesize; /* Page size. */ member in struct:__db_mpool_fstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h664 u_int32_t st_pagesize; /* Page size. */ member in struct:__db_mpool_fstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h685 u_int32_t st_pagesize; /* Page size. */ member in struct:__db_mpool_fstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h673 u_int32_t st_pagesize; /* Page size. */ member in struct:__db_mpool_fstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h712 u_int32_t st_pagesize; /* Page size. */ member in struct:__db_mpool_fstat
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h712 u_int32_t st_pagesize; /* Page size. */ member in struct:__db_mpool_fstat

Completed in 305 milliseconds