Home
last modified time | relevance | path

Searched refs:STATUS_INVALID_OPLOCK_PROTOCOL (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/fsrtl/
H A Doplock.c371 Irp->IoStatus.Status = STATUS_INVALID_OPLOCK_PROTOCOL; in FsRtlAcknowledgeOplockBreak()
373 return STATUS_INVALID_OPLOCK_PROTOCOL; in FsRtlAcknowledgeOplockBreak()
382 Irp->IoStatus.Status = STATUS_INVALID_OPLOCK_PROTOCOL; in FsRtlAcknowledgeOplockBreak()
385 return STATUS_INVALID_OPLOCK_PROTOCOL; in FsRtlAcknowledgeOplockBreak()
485 Irp->IoStatus.Status = STATUS_INVALID_OPLOCK_PROTOCOL; in FsRtlOpBatchBreakClosePending()
487 return STATUS_INVALID_OPLOCK_PROTOCOL; in FsRtlOpBatchBreakClosePending()
530 Status = STATUS_INVALID_OPLOCK_PROTOCOL; in FsRtlOpBatchBreakClosePending()
/reactos/sdk/include/psdk/
H A Dntstatus.h463 #define STATUS_INVALID_OPLOCK_PROTOCOL ((NTSTATUS)0xC00000E3) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c611 cmp2(STATUS_INVALID_OPLOCK_PROTOCOL, ERROR_INVALID_OPLOCK_PROTOCOL); in run_error_tests()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1226 CASE_RETURN_STR(STATUS_INVALID_OPLOCK_PROTOCOL); in NtStatusToStr()