
  TYPE
    dmt$allocation_info = record
      available_mat_space: integer,
      available_dat_space: integer,
      bytes_per_dau: integer,
      allocation_allowed: boolean,
      no_space: boolean,
      space_low: boolean,
      no_file_entries: boolean,
      device_log_count: integer,
    recend;

