Home
last modified time | relevance | path

Searched refs:ulFirstAllocableBN (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dimap.c119 else if( ( ulBlock >= gpRedCoreVol->ulFirstAllocableBN ) && in RedImapBlockSet()
164 if( ( ret == 0 ) && ( ulBlock >= gpRedCoreVol->ulFirstAllocableBN ) ) in RedImapBlockSet()
254 gpRedMR->ulAllocNextBlock = gpRedCoreVol->ulFirstAllocableBN; in RedImapAllocBlock()
A Dformat.c118 gpRedMR->ulAllocNextBlock = gpRedCoreVol->ulFirstAllocableBN; in RedVolFormat()
A Dcore.c244 … 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()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcorevol.h60 uint32_t ulFirstAllocableBN; member

Completed in 15 milliseconds