Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Ddir.c84 static uint64_t DirEntryIndexToOffset( uint32_t ulIdx );
209 … else if( ( DirEntryIndexToOffset( ulDeleteIdx ) + DIRENT_SIZE ) == pPInode->pInodeBuf->ullSize ) in RedDirEntryDelete()
267 ret = RedInodeDataTruncate( pPInode, DirEntryIndexToOffset( ulTruncIdx ) ); in RedDirEntryDelete()
901 uint64_t ullOffset = DirEntryIndexToOffset( ulIdx ); in DirEntryWrite()
928 static uint64_t DirEntryIndexToOffset( uint32_t ulIdx ) in DirEntryIndexToOffset() function

Completed in 17 milliseconds