Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dinodedata.c865 …RedMemSet( &pInode->pbData[ ulOldSizeByteInBlock ], 0U, REDCONF_BLOCK_SIZE - ulOldSizeByteInBlock … in ExpandPrepare()
902 if( ( ret == 0 ) && ( pInode->pbData == NULL ) ) in RedInodeDataSeekAndRead()
906 ret = RedBufferGet( pInode->ulDataBlock, 0U, CAST_VOID_PTR_PTR( &pInode->pbData ) ); in RedInodeDataSeekAndRead()
1192 RedMemCpy( pbBuffer, &pInode->pbData[ ullStart & ( REDCONF_BLOCK_SIZE - 1U ) ], ulLen ); in ReadUnaligned()
1332 … RedMemCpy( &pInode->pbData[ ullStart & ( REDCONF_BLOCK_SIZE - 1U ) ], pbBuffer, ulLen ); in WriteUnaligned()
1602 …void ** ppBufPtr = ( fBuffer || ( pInode->pbData != NULL ) ) ? CAST_VOID_PTR_PTR( &pInode->pbData in BranchBlock()
A Ddir.c226 const DIRENT * pDirents = CAST_CONST_DIRENT_PTR( pPInode->pbData ); in RedDirEntryDelete()
356 const DIRENT * pDirents = CAST_CONST_DIRENT_PTR( pPInode->pbData ); in RedDirEntryLookup()
525 const DIRENT * pDirents = CAST_CONST_DIRENT_PTR( pPInode->pbData ); in RedDirEntryRead()
A Dinode.c648 else if( pInode->pbData != NULL ) in RedInodePutData()
650 RedBufferPut( pInode->pbData ); in RedInodePutData()
651 pInode->pbData = NULL; in RedInodePutData()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcore.h179 uint8_t * pbData; /**< Pointer to the data block buffer. */ member

Completed in 13 milliseconds