mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
parent
eab2bb4b20
commit
c2e454b439
2 changed files with 5 additions and 2 deletions
|
@ -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 a new issue