Lines Matching refs:aMR
162 ret = RedIoRead( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT, 1U, &gpRedCoreVol->aMR[ 0U ] ); in RedVolMountMetaroot()
166 ret = RedIoRead( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT + 1U, 1U, &gpRedCoreVol->aMR[ 1U ] ); 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()
445 gpRedMR = &gpRedCoreVol->aMR[ gpRedCoreVol->bCurMR ]; in RedVolTransact()