Home
last modified time | relevance | path

Searched refs:bCurMR (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dvolume.c231 gpRedCoreVol->bCurMR = bMR; in RedVolMountMetaroot()
268 gpRedCoreVol->aMR[ 1U - gpRedCoreVol->bCurMR ] = *gpRedMR; in RedVolMountMetaroot()
269 gpRedCoreVol->bCurMR = 1U - gpRedCoreVol->bCurMR; in RedVolMountMetaroot()
270 gpRedMR = &gpRedCoreVol->aMR[ gpRedCoreVol->bCurMR ]; in RedVolMountMetaroot()
420 … ret = RedIoWrite( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT + gpRedCoreVol->bCurMR, 1U, gpRedMR ); in RedVolTransact()
440 uint8_t bNextMR = 1U - gpRedCoreVol->bCurMR; in RedVolTransact()
443 gpRedCoreVol->bCurMR = bNextMR; in RedVolTransact()
445 gpRedMR = &gpRedCoreVol->aMR[ gpRedCoreVol->bCurMR ]; in RedVolTransact()
A Dimapextern.c92 if( bMR == ( 1U - gpRedCoreVol->bCurMR ) ) in RedImapEBlockGet()
211 …ret = RedBufferGet( RedImapNodeBlock( gpRedCoreVol->bCurMR, ulImapNode ), BFLAG_META_IMAP | BFLAG_… in ImapNodeBranch()
230 ulBlockCurrent = RedImapNodeBlock( gpRedCoreVol->bCurMR, ulImapNode ); in ImapNodeBranch()
231 ulBlockOld = RedImapNodeBlock( 1U - gpRedCoreVol->bCurMR, ulImapNode ); in ImapNodeBranch()
A Dimap.c178 ret = RedImapBlockGet( 1U - gpRedCoreVol->bCurMR, ulBlock, &fWasAllocated ); in RedImapBlockSet()
311 ret = RedImapBlockGet( gpRedCoreVol->bCurMR, ulBlock, &fBitCurrent ); in RedImapBlockState()
317 ret = RedImapBlockGet( 1U - gpRedCoreVol->bCurMR, ulBlock, &fBitOld ); in RedImapBlockState()
A Dinode.c437 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, pInode->ulInode, 0U, &fSlot0Allocated ); in RedInodeFree()
443 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, pInode->ulInode, 1U, &fSlot1Allocated ); in RedInodeFree()
882 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in RedInodeIsFree()
888 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 1U, &fSlot1Allocated ); in RedInodeIsFree()
934 ret = RedInodeBitGet( 1U - gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetWriteableCopy()
946 … ret = RedInodeBitGet( 1U - gpRedCoreVol->bCurMR, ulInode, 1U, &fSlot1Allocated ); in InodeGetWriteableCopy()
1003 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetCurrentCopy()
1015 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 1U, &fSlot1Allocated ); in InodeGetCurrentCopy()
A Dcore.c363 gpRedMR = &gpRedCoreVol->aMR[ gpRedCoreVol->bCurMR ]; in RedCoreVolSetCurrent()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcorevol.h68 uint8_t bCurMR; member

Completed in 15 milliseconds