mirror of
https://github.com/winfsp/winfsp.git
synced 2026-01-09 04:39:14 -06:00
sys: FspAcquireForCcFlush, FspReleaseForCcFlush
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user