mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Added CcFlushCache and CcGetFileObjectFromSectionPtrs.
svn path=/trunk/; revision=3599
This commit is contained in:
parent
9f97892ffa
commit
bf6ff83636
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.def,v 1.143 2002/09/08 10:23:15 chorns Exp $
|
; $Id: ntoskrnl.def,v 1.144 2002/10/02 19:25:19 hbirr Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -11,6 +11,8 @@ CcRosInitializeFileCache@12
|
||||||
CcRosReleaseFileCache@8
|
CcRosReleaseFileCache@8
|
||||||
CcCopyRead@24
|
CcCopyRead@24
|
||||||
CcCopyWrite@20
|
CcCopyWrite@20
|
||||||
|
CcFlushCache@16
|
||||||
|
CcGetFileObjectFromSectionPtrs@4
|
||||||
CcMapData@24
|
CcMapData@24
|
||||||
CcMdlReadComplete@8
|
CcMdlReadComplete@8
|
||||||
CcSetDirtyPinnedData@8
|
CcSetDirtyPinnedData@8
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.edf,v 1.129 2002/09/08 10:23:15 chorns Exp $
|
; $Id: ntoskrnl.edf,v 1.130 2002/10/02 19:25:19 hbirr Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -12,6 +12,8 @@ CcMdlReadComplete=CcMdlReadComplete@8
|
||||||
CcRosReleaseFileCache=CcRosReleaseFileCache@8
|
CcRosReleaseFileCache=CcRosReleaseFileCache@8
|
||||||
CcCopyRead=CcCopyRead@24
|
CcCopyRead=CcCopyRead@24
|
||||||
CcCopyWrite=CcCopyWrite@20
|
CcCopyWrite=CcCopyWrite@20
|
||||||
|
CcFlushCache=CcFlushCache@16
|
||||||
|
CcGetFileObjectFromSectionPtrs=CcGetFileObjectFromSectionPtrs@4
|
||||||
CcMapData=CcMapData@24
|
CcMapData=CcMapData@24
|
||||||
CcSetDirtyPinnedData=CcSetDirtyPinnedData@8
|
CcSetDirtyPinnedData=CcSetDirtyPinnedData@8
|
||||||
CcUnpinData=CcUnpinData@4
|
CcUnpinData=CcUnpinData@4
|
||||||
|
|
Loading…
Reference in a new issue