Home
last modified time | relevance | path

Searched refs:gpRedVolume (Results 1 – 10 of 10) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dcore.c437 … if( !gpRedVolume->fReadOnly && ( ( gpRedVolume->ulTransMask & RED_TRANSACT_UMOUNT ) != 0U ) ) in RedCoreVolUnmount()
485 if( !gpRedVolume->fMounted ) in RedCoreVolTransact()
694 if( !gpRedVolume->fMounted ) in RedCoreCreate()
867 if( !gpRedVolume->fMounted ) in RedCoreLink()
931 if( gpRedVolume->fReadOnly ) in CoreLink()
1042 if( !gpRedVolume->fMounted ) in RedCoreUnlink()
1102 if( gpRedVolume->fReadOnly ) in CoreUnlink()
1293 if( !gpRedVolume->fMounted ) in RedCoreRename()
1369 if( gpRedVolume->fReadOnly ) in CoreRename()
1671 if( !gpRedVolume->fMounted ) in RedCoreFileWrite()
[all …]
A Dvolume.c108 ( pMB->ulBlockCount != gpRedVolume->ulBlockCount ) || in RedVolMountMaster()
139 gpRedVolume->ullSequence = pMB->hdr.ullSequence; in RedVolMountMaster()
244 if( gpRedMR->hdr.ullSequence > gpRedVolume->ullSequence ) in RedVolMountMetaroot()
246 gpRedVolume->ullSequence = gpRedMR->hdr.ullSequence; in RedVolMountMetaroot()
258 gpRedVolume->fMounted = true; in RedVolMountMetaroot()
260 gpRedVolume->fReadOnly = false; in RedVolMountMetaroot()
370 ret = RedBufferFlush( 0U, gpRedVolume->ulBlockCount ); in RedVolTransact()
488 if( !gpRedVolume->fReadOnly ) in RedVolCriticalError()
500 gpRedVolume->fReadOnly = true; in RedVolCriticalError()
524 if( gpRedVolume->ullSequence == UINT64_MAX ) in RedVolSeqNumIncrement()
[all …]
A Dimap.c63 ( ulBlock >= gpRedVolume->ulBlockCount ) || in RedImapBlockGet()
114 ( ulBlock >= gpRedVolume->ulBlockCount ) ) in RedImapBlockSet()
121 … ( ( !fAllocated ) && ( gpRedMR->ulFreeBlocks >= gpRedVolume->ulBlocksAllocable ) ) ) ) in RedImapBlockSet()
252 if( gpRedMR->ulAllocNextBlock == gpRedVolume->ulBlockCount ) in RedImapAllocBlock()
301 ( ulBlock >= gpRedVolume->ulBlockCount ) || in RedImapBlockState()
A Dformat.c49 if( gpRedVolume->fMounted ) in RedVolFormat()
114 gpRedMR->ulFreeBlocks = gpRedVolume->ulBlocksAllocable; in RedVolFormat()
191 pMB->ulBlockCount = gpRedVolume->ulBlockCount; in RedVolFormat()
233 ret = RedBufferDiscardRange( 0U, gpRedVolume->ulBlockCount ); in RedVolFormat()
A Dimapinline.c63 ( ulBlock >= gpRedVolume->ulBlockCount ) || in RedImapIBlockGet()
99 ( ulBlock >= gpRedVolume->ulBlockCount ) ) in RedImapIBlockSet()
A Dbuffer.c223 …if( ( ulBlock >= gpRedVolume->ulBlockCount ) || ( ( uFlags & BFLAG_MASK ) != uFlags ) || ( ppBuffe… in RedBufferGet()
427 if( ( ulBlockStart >= gpRedVolume->ulBlockCount ) || in RedBufferFlush()
428 ( ( gpRedVolume->ulBlockCount - ulBlockStart ) < ulBlockCount ) || in RedBufferFlush()
498 ( ulBlockNew >= gpRedVolume->ulBlockCount ) ) in RedBufferBranch()
563 if( ( ulBlockStart >= gpRedVolume->ulBlockCount ) || in RedBufferDiscardRange()
564 ( ( gpRedVolume->ulBlockCount - ulBlockStart ) < ulBlockCount ) || in RedBufferDiscardRange()
710 else if( gpRedVolume->fMounted && ( buf.ullSequence >= gpRedVolume->ullSequence ) ) in BufferIsValid()
885 uint64_t ullSeqNum = gpRedVolume->ullSequence; in BufferFinalize()
1194 if( ( ulBlock >= gpRedVolume->ulBlockCount ) || ( pbIdx == NULL ) ) in BufferFind()
A Dimapextern.c73 ( ulBlock >= gpRedVolume->ulBlockCount ) || in RedImapEBlockGet()
135 ( ulBlock >= gpRedVolume->ulBlockCount ) ) in RedImapEBlockSet()
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredvolume.h142 extern VOLUME * CONST_IF_ONE_VOLUME gpRedVolume;
/FreeRTOS-Plus/Source/Reliance-Edge/fse/
A Dfse.c175 if( !gpRedVolume->fMounted ) in RedFseMount()
224 if( gpRedVolume->fMounted ) in RedFseUnmount()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c1775 … if( ( llNewOffset < 0 ) || ( ( uint64_t ) llNewOffset > gpRedVolume->ullMaxInodeSize ) ) in red_lseek()

Completed in 25 milliseconds