Searched refs:lsmFsPageSize (Results 1 – 6 of 6) sorted by relevance
290 *piVal = lsmFsPageSize(pDb->pFS); in lsm_config()679 int pgsz = lsmFsPageSize(pDb->pFS); in doWriteOp()
707 int lsmFsPageSize(FileSystem *);
470 ckptSetValue(&ckpt, CKPT_HDR_PGSZ, lsmFsPageSize(pFS), &rc); in ckptExportSnapshot()
3724 if( (nKey*4 > lsmFsPageSize(pMW->pDb->pFS)) ){ in mergeWorkerPushHierarchy()3796 nPgsz = lsmFsPageSize(pFS); in keyszToSkip()4852 *pnWrite = lsmFsBlockSize(pDb->pFS) / lsmFsPageSize(pDb->pFS); in sortedMoveBlock()5342 nPgsz = lsmFsPageSize(pDb->pFS); in lsm_work()
1970 nKB = (((i64)nWrite * lsmFsPageSize(pDb->pFS)) + 1023) / 1024; in lsm_checkpoint()
848 int lsmFsPageSize(FileSystem *pFS){ in lsmFsPageSize() function