Lines Matching refs:ulBlockCount
223 …if( ( ulBlock >= gpRedVolume->ulBlockCount ) || ( ( uFlags & BFLAG_MASK ) != uFlags ) || ( ppBuffe… in RedBufferGet()
423 uint32_t ulBlockCount ) in RedBufferFlush() argument
427 if( ( ulBlockStart >= gpRedVolume->ulBlockCount ) || in RedBufferFlush()
428 ( ( gpRedVolume->ulBlockCount - ulBlockStart ) < ulBlockCount ) || in RedBufferFlush()
429 ( ulBlockCount == 0U ) ) in RedBufferFlush()
446 ( pHead->ulBlock < ( ulBlockStart + ulBlockCount ) ) ) in RedBufferFlush()
498 ( ulBlockNew >= gpRedVolume->ulBlockCount ) ) in RedBufferBranch()
559 uint32_t ulBlockCount ) in RedBufferDiscardRange() argument
563 if( ( ulBlockStart >= gpRedVolume->ulBlockCount ) || in RedBufferDiscardRange()
564 ( ( gpRedVolume->ulBlockCount - ulBlockStart ) < ulBlockCount ) || in RedBufferDiscardRange()
565 ( ulBlockCount == 0U ) ) in RedBufferDiscardRange()
581 ( pHead->ulBlock < ( ulBlockStart + ulBlockCount ) ) ) in RedBufferDiscardRange()
1002 pMaster->ulBlockCount = RedRev32( pMaster->ulBlockCount ); in BufferEndianSwapMaster()
1194 if( ( ulBlock >= gpRedVolume->ulBlockCount ) || ( pbIdx == NULL ) ) in BufferFind()