Home
last modified time | relevance | path

Searched refs:aMR (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dvolume.c162 ret = RedIoRead( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT, 1U, &gpRedCoreVol->aMR[ 0U ] ); in RedVolMountMetaroot()
177 if( MetarootIsValid( &gpRedCoreVol->aMR[ 0U ], &fSectorCRCIsValid ) ) in RedVolMountMetaroot()
182 MetaRootEndianSwap( &gpRedCoreVol->aMR[ 0U ] ); in RedVolMountMetaroot()
198 if( MetarootIsValid( &gpRedCoreVol->aMR[ 1U ], &fSectorCRCIsValid ) ) in RedVolMountMetaroot()
201 MetaRootEndianSwap( &gpRedCoreVol->aMR[ 1U ] ); in RedVolMountMetaroot()
204 …if( ( bMR != 0U ) || ( gpRedCoreVol->aMR[ 1U ].hdr.ullSequence > gpRedCoreVol->aMR[ 0U ].hdr.ullSe… in RedVolMountMetaroot()
232 gpRedMR = &gpRedCoreVol->aMR[ bMR ]; in RedVolMountMetaroot()
268 gpRedCoreVol->aMR[ 1U - gpRedCoreVol->bCurMR ] = *gpRedMR; in RedVolMountMetaroot()
270 gpRedMR = &gpRedCoreVol->aMR[ gpRedCoreVol->bCurMR ]; in RedVolMountMetaroot()
442 gpRedCoreVol->aMR[ bNextMR ] = *gpRedMR; in RedVolTransact()
[all …]
A Dimapextern.c263 … bool fNodeBitSetInMetaroot0 = RedBitGet( gpRedCoreVol->aMR[ 0U ].abEntries, ulImapNode ); in ImapNodeIsBranched()
264 … bool fNodeBitSetInMetaroot1 = RedBitGet( gpRedCoreVol->aMR[ 1U ].abEntries, ulImapNode ); in ImapNodeIsBranched()
300 else if( RedBitGet( gpRedCoreVol->aMR[ bMR ].abEntries, ulImapNode ) ) in RedImapNodeBlock()
A Dimapinline.c71 …*pfAllocated = RedBitGet( gpRedCoreVol->aMR[ bMR ].abEntries, ulBlock - gpRedCoreVol->ulInodeTable… in RedImapIBlockGet()
A Dcore.c81 METAROOT * gpRedMR = &gaCoreVol[ 0U ].aMR[ 0U ];
363 gpRedMR = &gpRedCoreVol->aMR[ gpRedCoreVol->bCurMR ]; in RedCoreVolSetCurrent()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcorevol.h64 METAROOT aMR[ 2U ]; member

Completed in 12 milliseconds