Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dinodedata.c1017 else if( ( pInode->ulLogicalBlock != ulBlock ) || !pInode->fCoordInited ) in SeekCoord()
1063 if( ( pInode->uInodeEntry != uInodeEntry ) || !pInode->fCoordInited ) in SeekCoord()
1101 if( ( pInode->uInodeEntry != uInodeEntry ) || !pInode->fCoordInited ) in SeekCoord()
1148 pInode->fCoordInited = true; in SeekCoord()
1799 …if( !CINODE_IS_MOUNTED( pInode ) || !pInode->fCoordInited || ( depth > BRANCHDEPTH_MAX ) || ( pulC… in BranchBlockCost()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcore.h170 bool fCoordInited; /**< True after the first seek. */ member

Completed in 8 milliseconds