Home
last modified time | relevance | path

Searched refs:ulFreeBlocks (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dimap.c120 ( ( fAllocated && ( gpRedMR->ulFreeBlocks == 0U ) ) || in RedImapBlockSet()
121 … ( ( !fAllocated ) && ( gpRedMR->ulFreeBlocks >= gpRedVolume->ulBlocksAllocable ) ) ) ) in RedImapBlockSet()
168 gpRedMR->ulFreeBlocks--; in RedImapBlockSet()
189 gpRedMR->ulFreeBlocks++; in RedImapBlockSet()
220 else if( gpRedMR->ulFreeBlocks == 0U ) in RedImapAllocBlock()
A Dvolume.c367 gpRedMR->ulFreeBlocks += gpRedCoreVol->ulAlmostFreeBlocks; in RedVolTransact()
468 pMetaRoot->ulFreeBlocks = RedRev32( pMetaRoot->ulFreeBlocks ); in MetaRootEndianSwap()
A Dinodedata.c1918 uint32_t ulFreeBlocks = gpRedMR->ulFreeBlocks; in FreeBlockCount() local
1923 if( ulFreeBlocks >= RESERVED_BLOCKS ) in FreeBlockCount()
1925 ulFreeBlocks -= RESERVED_BLOCKS; in FreeBlockCount()
1929 ulFreeBlocks = 0U; in FreeBlockCount()
1934 return ulFreeBlocks; in FreeBlockCount()
A Dformat.c114 gpRedMR->ulFreeBlocks = gpRedVolume->ulBlocksAllocable; in RedVolFormat()
A Dcore.c529 …pStatFS->f_bfree = ( gpRedMR->ulFreeBlocks > RESERVED_BLOCKS ) ? ( gpRedMR->ulFreeBlocks - RESERVE… in RedCoreVolStat()
531 pStatFS->f_bfree = gpRedMR->ulFreeBlocks; in RedCoreVolStat()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Drednodes.h95 uint32_t ulFreeBlocks; /**< Number of allocable blocks that are free. */ member

Completed in 16 milliseconds