sys: FspAcquireForCcFlush, FspReleaseForCcFlush

This commit is contained in:
Bill Zissimopoulos
2016-04-08 23:33:30 -07:00
parent f407f65a90
commit 25911a808c
2 changed files with 15 additions and 10 deletions

View File

@ -874,10 +874,14 @@ typedef struct
ULONG DirInfoChangeNumber;
BOOLEAN TruncateOnClose;
FILE_LOCK FileLock;
union
struct
{
PVOID LazyWriteThread;
UINT32 TopFlags;
union
{
PIRP TopLevelIrp;
UINT32 TopFlags;
} CcFlush;
} Tls;
/* read-only after creation (and insertion in the ContextTable) */
PDEVICE_OBJECT FsvolDeviceObject;