IofCompleteRequest

VOID __stdcall IofCompleteRequest(_IRP *Irp, CHAR PriorityBoost){
  if( IopDispatchCompleteRequest )
  {
    if( IopDispatchCompleteRequest == 3 )
      IopPerfCompleteRequest(Irp, PriorityBoost);
    else
      IovCompleteRequest(Irp, PriorityBoost);
  }
  else
  {
    IopfCompleteRequest(Irp, PriorityBoost);
  }
}

Referenced by:

FsRtlCancelNotify
FsRtlCompleteLockIrpReal
FsRtlNotifyCompleteIrp
FsRtlNotifyFilterChangeDirectory
FsRtlNotifyFilterChangeDirectoryLite
FsRtlProcessFileLock
FsRtlUninitializeOplock
FsRtlUpperOplockFsctrl
FsRtlpAcknowledgeOplockBreak
FsRtlpAcknowledgeOplockBreakByCacheFlags
FsRtlpCancelExclusiveIrp
FsRtlpGrantAnyOplockFromExclusive
FsRtlpNotifyOplockBreakComplete
FsRtlpOpBatchBreakClosePending
FsRtlpOplockBreakByCacheFlags
FsRtlpOplockBreakNotify
FsRtlpOplockBreakToII
FsRtlpOplockBreakToNone
FsRtlpOplockCleanup
FsRtlpOplockFsctrlInternal
FsRtlpRemoveAndBreakRHIrp
FsRtlpRemoveAndCompleteRHIrp
FsRtlpRemoveAndCompleteReadOnlyIrp
FsRtlpRequestExclusiveOplock
FsRtlpRequestShareableOplock
HalpDispatchPnp
HalpDispatchPower
HalpDispatchWmi
IoCompleteRequest
IoRaiseHardError
IoSetInformation
IoWMICompleteRequest
IoWMISystemControl
IopInvalidDeviceRequest
IopPnPCompleteRequest
IopPowerDispatch
IopRaiseHardError
IopStartApcHardError
IopSynchronousServiceTail
IopSystemControlDispatch
IopfCompleteRequest
PiCMDispatch
PiDaDispatch
PiDqDispatch
PiDqIrpCancel
PiDqIrpComplete
PiDqIrpPropertySet
PiSwCompleteCreate
PiSwDispatch
PiSwIrpCancelStartCreate
PiSwIrpCleanup
PiSwIrpGetLifetime
PiSwIrpInterfacePropertySet
PiSwIrpInterfaceRegister
PiSwIrpInterfaceSetState
PiSwIrpPropertySet
PiSwIrpSetLifetime
PiSwIrpStartCreate
PiSwIrpStartCreateWorker
PiSwPdoPnPDispatch
PiSwProcessRemove
PiUEventHandleIoctl
PoHandleIrp
RawCleanup
RawClose
RawCreate
RawDispatch
RawFileSystemControl
RawQueryInformation
RawQueryVolumeInformation
RawReadWriteDeviceControl
RawSetInformation
RawShutdown
ViDdiDispatchWmi
ViFilterDispatchGeneric
ViFilterDispatchPnp
ViFilterDispatchPower
ViPendingCompleteAfterWait
VrpIoctlDeviceDispatch
VrpRegistryDispatch
WmipCompleteGuidIrpWithError
WmipIoControl
WmipNotificationIrpCancel
WmipReceiveNotifications
WmipWriteWnodeToObject