sys: file: FspFileNodeCleanupComplete: FlushAndPurgeOnCleanup

This commit is contained in:
Bill Zissimopoulos
2018-04-18 20:58:19 -07:00
parent 9f56a21c7f
commit 5c3549c6eb
2 changed files with 15 additions and 6 deletions

View File

@ -154,7 +154,8 @@ typedef struct
UINT32 PassQueryDirectoryPattern:1; /* pass Pattern during QueryDirectory operations */
UINT32 AlwaysUseDoubleBuffering:1;
UINT32 PassQueryDirectoryFileName:1; /* pass FileName during QueryDirectory (GetDirInfoByName) */
UINT32 KmReservedFlags:2;
UINT32 FlushAndPurgeOnCleanup:1; /* keeps file off "standby" list */
UINT32 KmReservedFlags:1;
/* user-mode flags */
UINT32 UmFileContextIsUserContext2:1; /* user mode: FileContext parameter is UserContext2 */
UINT32 UmFileContextIsFullContext:1; /* user mode: FileContext parameter is FullContext */