mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00
[NTOSKRNL] Add an helper for marking a VACB clean (ie, not dirty).
CORE-14263
This commit is contained in:
parent
a13c998183
commit
3f8788d6e5
3 changed files with 44 additions and 18 deletions
|
@ -300,6 +300,12 @@ NTAPI
|
|||
CcRosMarkDirtyVacb(
|
||||
PROS_VACB Vacb);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
CcRosUnmarkDirtyVacb(
|
||||
PROS_VACB Vacb,
|
||||
BOOLEAN LockViews);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
CcRosFlushDirtyPages(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue