Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dinodedata.c786 else if( *pulBlock != BLOCK_SPARSE ) in TruncDataBlock()
807 *pulBlock = BLOCK_SPARSE; in TruncDataBlock()
904 REDASSERT( pInode->ulDataBlock != BLOCK_SPARSE ); in RedInodeDataSeekAndRead()
947 if( pInode->ulDindirBlock == BLOCK_SPARSE ) in RedInodeDataSeek()
951 pInode->ulIndirBlock = BLOCK_SPARSE; in RedInodeDataSeek()
971 if( pInode->ulIndirBlock == BLOCK_SPARSE ) in RedInodeDataSeek()
975 pInode->ulDataBlock = BLOCK_SPARSE; in RedInodeDataSeek()
1687 if( ulPrevBlock != BLOCK_SPARSE ) in BranchOneBlock()
1720 if( ulPrevBlock == BLOCK_SPARSE ) in BranchOneBlock()
1848 if( pInode->ulIndirBlock != BLOCK_SPARSE ) in BranchBlockCost()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Dredcoremacs.h36 #define BLOCK_SPARSE ( 0U ) macro

Completed in 8 milliseconds