Searched refs:ulImapStartBN (Results 1 – 4 of 4) sorted by relevance
47 uint32_t ulImapStartBN; member
84 … uint32_t ulImapBlockLimit = gpRedCoreVol->ulImapStartBN + ( gpRedCoreVol->ulImapNodeCount * 2U ); in RedVolFormat()92 … for( ulImapBlock = gpRedCoreVol->ulImapStartBN; ulImapBlock < ulImapBlockLimit; ulImapBlock++ ) in RedVolFormat()
294 ulBlock = gpRedCoreVol->ulImapStartBN + ( ulImapNode * 2U ); in RedImapNodeBlock()
223 pCoreVol->ulImapStartBN = 3U; in RedCoreInit()234 … pCoreVol->ulInodeTableStartBN = pCoreVol->ulImapStartBN + ( pCoreVol->ulImapNodeCount * 2U ); in RedCoreInit()
Completed in 12 milliseconds