Searched refs:gaRedVolume (Results 1 – 6 of 6) sorted by relevance
65 ( ulBlockStart >= gaRedVolume[ bVolNum ].ulBlockCount ) || in RedIoRead()66 ( ( gaRedVolume[ bVolNum ].ulBlockCount - ulBlockStart ) < ulBlockCount ) || in RedIoRead()75 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoRead()123 ( ulBlockStart >= gaRedVolume[ bVolNum ].ulBlockCount ) || in RedIoWrite()124 ( ( gaRedVolume[ bVolNum ].ulBlockCount - ulBlockStart ) < ulBlockCount ) || in RedIoWrite()133 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoWrite()
75 VOLUME gaRedVolume[ REDCONF_VOLUME_COUNT ]; variable79 VOLUME * CONST_IF_ONE_VOLUME gpRedVolume = &gaRedVolume[ 0U ];120 RedMemSet( gaRedVolume, 0U, sizeof( gaRedVolume ) ); in RedCoreInit()127 VOLUME * pVol = &gaRedVolume[ bVolNum ]; in RedCoreInit()361 gpRedVolume = &gaRedVolume[ bVolNum ]; in RedCoreVolSetCurrent()
132 extern VOLUME gaRedVolume[ REDCONF_VOLUME_COUNT ];
123 if( gaRedVolume[ bVolNum ].fMounted ) in RedFseUninit()
258 if( gaRedVolume[ bVolNum ].fMounted ) in red_uninit()341 if( ( ret == 0 ) && gaRedVolume[ bVolNum ].fMounted ) in red_mount()436 if( ( ret == 0 ) && !gaRedVolume[ bVolNum ].fMounted ) in red_umount()2419 else if( gaRedVolume[ bVolNum ].fReadOnly && ( ulOpenMode != RED_O_RDONLY ) ) in FildesOpen()
1409 …gapbRamDisk[ bVolNum ] = ALLOCATE_CLEARED_MEMORY( gaRedVolume[ bVolNum ].ulBlockCount, REDCONF_BLO… in DiskOpen()
Completed in 18 milliseconds