mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
parent
eab2bb4b20
commit
c2e454b439
@ -158,7 +158,7 @@ CcRosTraceCacheMap (
|
||||
NTSTATUS
|
||||
CcRosFlushVacb (
|
||||
_In_ PROS_VACB Vacb,
|
||||
_In_ PIO_STATUS_BLOCK Iosb)
|
||||
_Out_opt_ PIO_STATUS_BLOCK Iosb)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
BOOLEAN HaveLock = FALSE;
|
||||
|
@ -310,7 +310,10 @@ CcMdlWriteComplete2(
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
CcRosFlushVacb(PROS_VACB Vacb, PIO_STATUS_BLOCK Iosb);
|
||||
CcRosFlushVacb(
|
||||
_In_ PROS_VACB Vacb,
|
||||
_Out_opt_ PIO_STATUS_BLOCK Iosb
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
CcRosGetVacb(
|
||||
|
Loading…
Reference in New Issue
Block a user