ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
NTSTATUS FxProbeAndLockForRead | ( | __in PMDL | Mdl, |
__in KPROCESSOR_MODE | AccessMode | ||
) |
Definition at line 36 of file probeandlock.c.
Referenced by FxRequest::ProbeAndLockForRead().
NTSTATUS FxProbeAndLockForWrite | ( | __in PMDL | Mdl, |
__in KPROCESSOR_MODE | AccessMode | ||
) |
Definition at line 55 of file probeandlock.c.
Referenced by FxRequest::ProbeAndLockForWrite().
NTSTATUS FxProbeAndLockWithAccess | ( | __in PMDL | Mdl, |
__in KPROCESSOR_MODE | AccessMode, | ||
__in LOCK_OPERATION | Operation | ||
) |
Definition at line 74 of file probeandlock.c.
Referenced by FxRequestBuffer::GetOrAllocateMdl().