Searched refs:BLOCK_SIZE_P2 (Results 1 – 5 of 5) sorted by relevance
66 #define BLOCK_SIZE_P2 8U macro68 #define BLOCK_SIZE_P2 9U macro70 #define BLOCK_SIZE_P2 10U macro72 #define BLOCK_SIZE_P2 11U macro74 #define BLOCK_SIZE_P2 12U macro76 #define BLOCK_SIZE_P2 13U macro78 #define BLOCK_SIZE_P2 14U macro80 #define BLOCK_SIZE_P2 15U macro82 #define BLOCK_SIZE_P2 16U macro
189 uint32_t ulBlockOffset = ( uint32_t ) ( ( ullStart + ulReadIndex ) >> BLOCK_SIZE_P2 ); in RedInodeDataRead()190 uint32_t ulBlockCount = ulRemaining >> BLOCK_SIZE_P2; in RedInodeDataRead()198 ulReadIndex += ulBlockCount << BLOCK_SIZE_P2; in RedInodeDataRead()199 ulRemaining -= ulBlockCount << BLOCK_SIZE_P2; in RedInodeDataRead()311 uint32_t ulBlockCount = ulRemaining >> BLOCK_SIZE_P2; in RedInodeDataWrite()326 ulWriteIndex += ulBlocksWritten << BLOCK_SIZE_P2; in RedInodeDataWrite()327 ulRemaining -= ulBlocksWritten << BLOCK_SIZE_P2; in RedInodeDataWrite()1180 if( ( ( ullStart >> BLOCK_SIZE_P2 ) != ( ( ( ullStart + ulLen ) - 1U ) >> BLOCK_SIZE_P2 ) ) || in ReadUnaligned()1188 ret = RedInodeDataSeekAndRead( pInode, ( uint32_t ) ( ullStart >> BLOCK_SIZE_P2 ) ); in ReadUnaligned()1316 … if( ( ( ullStart >> BLOCK_SIZE_P2 ) != ( ( ( ullStart + ulLen ) - 1U ) >> BLOCK_SIZE_P2 ) ) || in WriteUnaligned()[all …]
195 pMB->bBlockSizeP2 = BLOCK_SIZE_P2; in RedVolFormat()
936 ullOffset = ( uint64_t ) ulBlock << BLOCK_SIZE_P2; in DirEntryIndexToOffset()959 ulIdx = ( uint32_t ) ( ullOffset >> BLOCK_SIZE_P2 ) * DIRENTS_PER_BLOCK; in DirOffsetToEntryIndex()
112 ( pMB->bBlockSizeP2 != BLOCK_SIZE_P2 ) || in RedVolMountMaster()
Completed in 38 milliseconds