Searched refs:pMetaRoot (Results 1 – 2 of 2) sorted by relevance
37 static void MetaRootEndianSwap( METAROOT * pMetaRoot );459 static void MetaRootEndianSwap( METAROOT * pMetaRoot ) in MetaRootEndianSwap() argument461 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()
175 static void BufferEndianSwapMetaRoot( METAROOT * pMetaRoot );
Completed in 8 milliseconds