Searched refs:ulFreeBlocks (Results 1 – 6 of 6) sorted by relevance
120 ( ( 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()
367 gpRedMR->ulFreeBlocks += gpRedCoreVol->ulAlmostFreeBlocks; in RedVolTransact()468 pMetaRoot->ulFreeBlocks = RedRev32( pMetaRoot->ulFreeBlocks ); in MetaRootEndianSwap()
1918 uint32_t ulFreeBlocks = gpRedMR->ulFreeBlocks; in FreeBlockCount() local1923 if( ulFreeBlocks >= RESERVED_BLOCKS ) in FreeBlockCount()1925 ulFreeBlocks -= RESERVED_BLOCKS; in FreeBlockCount()1929 ulFreeBlocks = 0U; in FreeBlockCount()1934 return ulFreeBlocks; in FreeBlockCount()
114 gpRedMR->ulFreeBlocks = gpRedVolume->ulBlocksAllocable; in RedVolFormat()
529 …pStatFS->f_bfree = ( gpRedMR->ulFreeBlocks > RESERVED_BLOCKS ) ? ( gpRedMR->ulFreeBlocks - RESERVE… in RedCoreVolStat()531 pStatFS->f_bfree = gpRedMR->ulFreeBlocks; in RedCoreVolStat()
95 uint32_t ulFreeBlocks; /**< Number of allocable blocks that are free. */ member
Completed in 16 milliseconds