mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[NTOSKRNL] Drop ROS_DEFERRED_WRITE_CONTEXT in favor of DEFERRED_WRITE
that was introduced in d3e0eb2
.
CORE-14235
This commit is contained in:
parent
52287be9a9
commit
b49a2d6356
3 changed files with 14 additions and 20 deletions
|
@ -200,17 +200,6 @@ typedef struct _ROS_VACB
|
|||
/* Pointer to the next VACB in a chain. */
|
||||
} ROS_VACB, *PROS_VACB;
|
||||
|
||||
typedef struct _ROS_DEFERRED_WRITE_CONTEXT
|
||||
{
|
||||
LIST_ENTRY CcDeferredWritesEntry;
|
||||
PFILE_OBJECT FileObject;
|
||||
PCC_POST_DEFERRED_WRITE PostRoutine;
|
||||
PVOID Context1;
|
||||
PVOID Context2;
|
||||
ULONG BytesToWrite;
|
||||
BOOLEAN Retrying;
|
||||
} ROS_DEFERRED_WRITE_CONTEXT, *PROS_DEFERRED_WRITE_CONTEXT;
|
||||
|
||||
typedef struct _INTERNAL_BCB
|
||||
{
|
||||
/* Lock */
|
||||
|
@ -222,6 +211,8 @@ typedef struct _INTERNAL_BCB
|
|||
CSHORT RefCount; /* (At offset 0x34 on WinNT4) */
|
||||
} INTERNAL_BCB, *PINTERNAL_BCB;
|
||||
|
||||
#define NODE_TYPE_DEFERRED_WRITE 0x02FC
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
CcPfInitializePrefetcher(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue