CcNotifyWriteBehindEx

NTSTATUS __fastcall CcNotifyWriteBehindEx(NTSTATUS a1, INT64 a2){
  NTSTATUS result; 
  INT64 v3; 
  result = a1;
  v3 = *(_QWORD *)(a2 + 8);
  if( v3 )
    return CcNotifyWriteBehindInternal(v3, result);
  return result;
}

Referenced by:

MiFlushAllPagesWorker
MiObtainFreePages