{*copyc mmt$file_server_io_status

  TYPE
    mmt$file_server_io_status = (

{ Write_Page_To_Client statuses:
{ These are the possible statuses which can be returned as
{ a result of a WRITE-to-client (ESM) by the File_Server.

          mmc$df_io_active, mmc$df_io_error, mmc$df_task_queued, mmc$df_transient_io_error,

{ Common Read, Write statuses:

          mmc$df_temp_reject_fde_locked, mmc$df_pages_not_available, mmc$df_temp_reject_queue_full,
          mmc$df_server_terminated,

{ Read_Page_From_Client statuses:
{ These are the possible statuses which can be returned as
{ a result of a READ-from-client (ESM) by the File_Server.

          mmc$df_page_in_esm, mmc$df_locked_page, mmc$df_no_memory, mmc$df_low_on_memory, mmc$df_pt_full);




