Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dinode.c429 bool fSlot0Allocated; in RedInodeFree() local
447 if( fSlot0Allocated ) in RedInodeFree()
878 bool fSlot0Allocated; in RedInodeIsFree() local
882 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in RedInodeIsFree()
884 if( ( ret == 0 ) && !fSlot0Allocated ) in RedInodeIsFree()
929 bool fSlot0Allocated; in InodeGetWriteableCopy() local
934 ret = RedInodeBitGet( 1U - gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetWriteableCopy()
938 if( !fSlot0Allocated ) in InodeGetWriteableCopy()
998 bool fSlot0Allocated; in InodeGetCurrentCopy() local
1003 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetCurrentCopy()
[all …]

Completed in 6 milliseconds