Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dvolume.c37 static void MetaRootEndianSwap( METAROOT * pMetaRoot );
459 static void MetaRootEndianSwap( METAROOT * pMetaRoot ) in MetaRootEndianSwap() argument
461 if( pMetaRoot == NULL ) in MetaRootEndianSwap()
467 pMetaRoot->ulSectorCRC = RedRev32( pMetaRoot->ulSectorCRC ); in MetaRootEndianSwap()
468 pMetaRoot->ulFreeBlocks = RedRev32( pMetaRoot->ulFreeBlocks ); in MetaRootEndianSwap()
470 pMetaRoot->ulFreeInodes = RedRev32( pMetaRoot->ulFreeInodes ); in MetaRootEndianSwap()
472 pMetaRoot->ulAllocNextBlock = RedRev32( pMetaRoot->ulAllocNextBlock ); in MetaRootEndianSwap()
A Dbuffer.c175 static void BufferEndianSwapMetaRoot( METAROOT * pMetaRoot );

Completed in 8 milliseconds