Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fsrtl/
H A Doplock.c713 Irp->IoStatus.Status = STATUS_OPLOCK_NOT_GRANTED; in FsRtlRequestExclusiveOplock()
715 Status = STATUS_OPLOCK_NOT_GRANTED; in FsRtlRequestExclusiveOplock()
798 Irp->IoStatus.Status = STATUS_OPLOCK_NOT_GRANTED; in FsRtlRequestOplockII()
800 Status = STATUS_OPLOCK_NOT_GRANTED; in FsRtlRequestOplockII()
1469 Irp->IoStatus.Status = STATUS_OPLOCK_NOT_GRANTED; in FsRtlOplockFsctrl()
1471 return STATUS_OPLOCK_NOT_GRANTED; in FsRtlOplockFsctrl()
1486 Irp->IoStatus.Status = STATUS_OPLOCK_NOT_GRANTED; in FsRtlOplockFsctrl()
1488 return STATUS_OPLOCK_NOT_GRANTED; in FsRtlOplockFsctrl()
1508 return STATUS_OPLOCK_NOT_GRANTED; in FsRtlOplockFsctrl()
1525 return STATUS_OPLOCK_NOT_GRANTED; in FsRtlOplockFsctrl()
[all …]
/reactos/sdk/include/psdk/
H A Dntstatus.h462 #define STATUS_OPLOCK_NOT_GRANTED ((NTSTATUS)0xC00000E2) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c610 cmp2(STATUS_OPLOCK_NOT_GRANTED, ERROR_OPLOCK_NOT_GRANTED); in run_error_tests()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1225 CASE_RETURN_STR(STATUS_OPLOCK_NOT_GRANTED); in NtStatusToStr()