Searched refs:ulFirstAllocableBN (Results 1 – 4 of 4) sorted by relevance
119 else if( ( ulBlock >= gpRedCoreVol->ulFirstAllocableBN ) && in RedImapBlockSet()164 if( ( ret == 0 ) && ( ulBlock >= gpRedCoreVol->ulFirstAllocableBN ) ) in RedImapBlockSet()254 gpRedMR->ulAllocNextBlock = gpRedCoreVol->ulFirstAllocableBN; in RedImapAllocBlock()
118 gpRedMR->ulAllocNextBlock = gpRedCoreVol->ulFirstAllocableBN; in RedVolFormat()
244 … pCoreVol->ulFirstAllocableBN = pCoreVol->ulInodeTableStartBN + ( pVolConf->ulInodeCount * 2U ); in RedCoreInit()246 if( pCoreVol->ulFirstAllocableBN > pVol->ulBlockCount ) in RedCoreInit()255 pVol->ulBlocksAllocable = pVol->ulBlockCount - pCoreVol->ulFirstAllocableBN; in RedCoreInit()
60 uint32_t ulFirstAllocableBN; member
Completed in 15 milliseconds