Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dinode.c441 bool fSlot1Allocated; in RedInodeFree() local
449 if( fSlot1Allocated ) in RedInodeFree()
464 if( !fSlot1Allocated ) in RedInodeFree()
886 bool fSlot1Allocated; in RedInodeIsFree() local
888 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 1U, &fSlot1Allocated ); in RedInodeIsFree()
890 if( ( ret == 0 ) && !fSlot1Allocated ) in RedInodeIsFree()
944 bool fSlot1Allocated; in InodeGetWriteableCopy() local
950 if( !fSlot1Allocated ) in InodeGetWriteableCopy()
1013 bool fSlot1Allocated; in InodeGetCurrentCopy() local
1015 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 1U, &fSlot1Allocated ); in InodeGetCurrentCopy()
[all …]

Completed in 5 milliseconds