ZwFlushBuffersFile

NTSTATUS __stdcall ZwFlushBuffersFile(VOID *FileHandle, _IO_STATUS_BLOCK *IoStatusBlock){
  NTSTATUS result; 

  _disable();
  __readeflags();
  KiServiceInternal();
  return result;
}

Referenced by:

CmReplaceKey
CmpDoFileFlush
CmpWriteOffsetArrayToFile
PopFlushVolumeWorker
RtlBootStatusDisableFlushing
RtlpGetSetBootStatusData