mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Removed CcRosRequestCacheSegment()and CcRosReleaseCacheSegment().
Added CcCopyRead(), CcCopyWrite(), CcMapData(), CcSetDirtyPinnedData(), CcUnpinData() and CcSetFileSizes(). svn path=/trunk/; revision=2281
This commit is contained in:
parent
937606fd25
commit
5004973b9a
2 changed files with 18 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.def,v 1.116 2001/10/10 19:41:35 ekohl Exp $
|
; $Id: ntoskrnl.def,v 1.117 2001/10/10 22:07:15 hbirr Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -7,9 +7,15 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CcRosInitializeFileCache@12
|
CcRosInitializeFileCache@12
|
||||||
CcMdlReadComplete@8
|
CcMdlReadComplete@8
|
||||||
CcRosRequestCacheSegment@20
|
;CcRosRequestCacheSegment@20
|
||||||
CcRosReleaseCacheSegment@12
|
;CcRosReleaseCacheSegment@12
|
||||||
CcRosReleaseFileCache@8
|
CcRosReleaseFileCache@8
|
||||||
|
CcCopyRead@24
|
||||||
|
CcCopyWrite@20
|
||||||
|
CcMapData@24
|
||||||
|
CcSetDirtyPinnedData@8
|
||||||
|
CcUnpinData@4
|
||||||
|
CcSetFileSizes@8
|
||||||
DbgBreakPoint@0
|
DbgBreakPoint@0
|
||||||
DbgBreakPointWithStatus@4
|
DbgBreakPointWithStatus@4
|
||||||
;DbgLoadImageSymbols@12
|
;DbgLoadImageSymbols@12
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.edf,v 1.102 2001/10/10 19:41:35 ekohl Exp $
|
; $Id: ntoskrnl.edf,v 1.103 2001/10/10 22:07:15 hbirr Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -7,9 +7,15 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CcRosInitializeFileCache=CcRosInitializeFileCache@12
|
CcRosInitializeFileCache=CcRosInitializeFileCache@12
|
||||||
CcMdlReadComplete=CcMdlReadComplete@8
|
CcMdlReadComplete=CcMdlReadComplete@8
|
||||||
CcRosRequestCacheSegment=CcRosRequestCacheSegment@20
|
;CcRosRequestCacheSegment=CcRosRequestCacheSegment@20
|
||||||
CcRosReleaseCacheSegment=CcRosReleaseCacheSegment@12
|
;CcRosReleaseCacheSegment=CcRosReleaseCacheSegment@12
|
||||||
CcRosReleaseFileCache=CcRosReleaseFileCache@8
|
CcRosReleaseFileCache=CcRosReleaseFileCache@8
|
||||||
|
CcCopyRead=CcCopyRead@24
|
||||||
|
CcCopyWrite=CcCopyWrite@20
|
||||||
|
CcMapData=CcMapData@24
|
||||||
|
CcSetDirtyPinnedData=CcSetDirtyPinnedData@8
|
||||||
|
CcUnpinData=CcUnpinData@4
|
||||||
|
CcSetFileSizes=CcSetFileSizes@8
|
||||||
DbgBreakPoint=DbgBreakPoint@0
|
DbgBreakPoint=DbgBreakPoint@0
|
||||||
DbgBreakPointWithStatus=DbgBreakPointWithStatus@4
|
DbgBreakPointWithStatus=DbgBreakPointWithStatus@4
|
||||||
;DbgLoadImageSymbols=DbgLoadImageSymbols@12
|
;DbgLoadImageSymbols=DbgLoadImageSymbols@12
|
||||||
|
|
Loading…
Reference in a new issue