Searched refs:fAllocated (Results 1 – 5 of 5) sorted by relevance
109 bool fAllocated ) in RedImapBlockSet() argument120 ( ( fAllocated && ( gpRedMR->ulFreeBlocks == 0U ) ) || in RedImapBlockSet()135 ret = RedImapIBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()139 ret = RedImapEBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()142 ret = RedImapIBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()144 ret = RedImapEBlockSet( ulBlock, fAllocated ); in RedImapBlockSet()155 if( ( ret == 0 ) && ( !fAllocated ) ) in RedImapBlockSet()166 if( fAllocated ) in RedImapBlockSet()227 bool fAllocated = false; in RedImapAllocBlock() local244 fAllocated = true; in RedImapAllocBlock()[all …]
93 bool fAllocated ) in RedImapIBlockSet() argument108 if( RedBitGet( gpRedMR->abEntries, ulOffset ) == fAllocated ) in RedImapIBlockSet()117 else if( fAllocated ) in RedImapIBlockSet()
129 bool fAllocated ) in RedImapEBlockSet() argument152 if( RedBitGet( pImap->abEntries, ulImapEntry ) == fAllocated ) in RedImapEBlockSet()162 else if( fAllocated ) in RedImapEBlockSet()
50 bool fAllocated );1094 bool fAllocated ) in InodeBitSet() argument1105 ret = RedImapBlockSet( InodeBlock( ulInode, bWhich ), fAllocated ); in InodeBitSet()
133 bool fAllocated );144 bool fAllocated );152 bool fAllocated );
Completed in 13 milliseconds