Searched refs:aMR (Results 1 – 5 of 5) sorted by relevance
162 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 …]
263 … 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()
71 …*pfAllocated = RedBitGet( gpRedCoreVol->aMR[ bMR ].abEntries, ulBlock - gpRedCoreVol->ulInodeTable… in RedImapIBlockGet()
81 METAROOT * gpRedMR = &gaCoreVol[ 0U ].aMR[ 0U ];363 gpRedMR = &gpRedCoreVol->aMR[ gpRedCoreVol->bCurMR ]; in RedCoreVolSetCurrent()
64 METAROOT aMR[ 2U ]; member
Completed in 12 milliseconds