Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/Include/
H A Dwcache_lib.cpp3332 BOOLEAN IncompletePacket; in WCachePurgeAllR() local
3370 IncompletePacket = (Cache->WriteCount >= MaxReloc) ? FALSE : TRUE; in WCachePurgeAllR()
3373 while((Cache->WriteCount > PacketTail) || (Cache->WriteCount && IncompletePacket)) { in WCachePurgeAllR()
3487 BOOLEAN IncompletePacket; in WCacheSyncReloc__() local
3489 IncompletePacket = (Cache->WriteCount >= MaxReloc) ? FALSE : TRUE; in WCacheSyncReloc__()
3491 for(ULONG i=0; IncompletePacket && (i<Cache->BlockCount); i++) { in WCacheSyncReloc__()