Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE_P2 (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredmacs.h66 #define BLOCK_SIZE_P2 8U macro
68 #define BLOCK_SIZE_P2 9U macro
70 #define BLOCK_SIZE_P2 10U macro
72 #define BLOCK_SIZE_P2 11U macro
74 #define BLOCK_SIZE_P2 12U macro
76 #define BLOCK_SIZE_P2 13U macro
78 #define BLOCK_SIZE_P2 14U macro
80 #define BLOCK_SIZE_P2 15U macro
82 #define BLOCK_SIZE_P2 16U macro
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dinodedata.c189 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 …]
A Dformat.c195 pMB->bBlockSizeP2 = BLOCK_SIZE_P2; in RedVolFormat()
A Ddir.c936 ullOffset = ( uint64_t ) ulBlock << BLOCK_SIZE_P2; in DirEntryIndexToOffset()
959 ulIdx = ( uint32_t ) ( ullOffset >> BLOCK_SIZE_P2 ) * DIRENTS_PER_BLOCK; in DirOffsetToEntryIndex()
A Dvolume.c112 ( pMB->bBlockSizeP2 != BLOCK_SIZE_P2 ) || in RedVolMountMaster()

Completed in 38 milliseconds