Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/Include/
H A Dwcache_lib.h244 OSSTATUS WCacheFlushBlocks__(IN PW_CACHE Cache,
H A Dwcache_lib.cpp2899 WCacheFlushBlocks__( in WCacheFlushBlocks__() function
/reactos/drivers/filesystems/udfs/
H A Dflush.cpp542 WCacheFlushBlocks__(&(Vcb->FastCache), Vcb, 0, Vcb->LastLBA); in UDFFlushLogicalVolume()
H A Ddevcntrl.cpp762 WCacheFlushBlocks__(&(Vcb->FastCache), Vcb, 0, Vcb->LastLBA); in UDFCommonDeviceControl()
/reactos/drivers/filesystems/udfs/udf_info/
H A Dphys_eject.cpp375 WCacheFlushBlocks__(&(Vcb->FastCache), Vcb, 0, Vcb->LastLBA); in UDFEjectReqWaiter()
H A Dmount.cpp450 WCacheFlushBlocks__(&(Vcb->FastCache), Vcb, PTag->tagLocation, len >> Vcb->BlockSizeBits); in UDFUpdateLogicalVolInt()
947 WCacheFlushBlocks__(&(Vcb->FastCache), Vcb, 0, Vcb->LastLBA); in UDFUmount__()