Searched refs:iMetaPage (Results 1 – 4 of 4) sorted by relevance
934 if( pShm->iMetaPage ){ in lsmCheckpointWrite()941 rc = lsmFsMetaPageGet(pDb->pFS, 0, pShm->iMetaPage, &pPg); in lsmCheckpointWrite()952 int iMeta = (pShm->iMetaPage % 2) + 1; in lsmCheckpointWrite()961 pShm->iMetaPage = iMeta; in lsmCheckpointWrite()
761 pShm->iMetaPage = iMeta; in ckptTryLoad()1116 iMeta = pDb->pShmhdr->iMetaPage; in lsmCheckpointSynced()1144 if( (iMeta!=1 && iMeta!=2) || rc!=LSM_OK || pDb->pShmhdr->iMetaPage!=iMeta ){ in lsmCheckpointSynced()
510 u32 iMetaPage; member
320 iMeta = (int)pDb->pShmhdr->iMetaPage; in logReclaimSpace()