Home
last modified time | relevance | path

Searched refs:FILE_OPLOCK_BROKEN_TO_NONE (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/fsrtl/
H A Doplock.c303 Irp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlRemoveAndCompleteIrp()
437 Irp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlAcknowledgeOplockBreak()
867 Oplock->ExclusiveIrp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlOplockCleanup()
938 Oplock->ExclusiveIrp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlOplockBreakToNone()
966 Oplock->ExclusiveIrp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlOplockBreakToNone()
1083 Oplock->ExclusiveIrp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlOplockBreakToII()
1117 Oplock->ExclusiveIrp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlOplockBreakToII()
1665 Irp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlUninitializeOplock()
1680 Irp->IoStatus.Information = FILE_OPLOCK_BROKEN_TO_NONE; in FsRtlUninitializeOplock()
/reactos/sdk/include/xdk/
H A Diotypes.h5582 #define FILE_OPLOCK_BROKEN_TO_NONE 0x00000008 macro