Searched refs:BLOCK_NUM_FIRST_METAROOT (Results 1 – 2 of 2) sorted by relevance
34 #define BLOCK_NUM_FIRST_METAROOT ( 1UL ) /* Block number of the first metaroot. */ macro
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()420 … ret = RedIoWrite( gbRedVolNum, BLOCK_NUM_FIRST_METAROOT + gpRedCoreVol->bCurMR, 1U, gpRedMR ); in RedVolTransact()
Completed in 5 milliseconds