filesystem_info

Contains information about the current file system.

Service:NetWare Platform

Structure

  #include <monitor.h>
  
  struct filesystem_info 
  {
     int        OpenFileCount;
     int        CurrentDiskRequest;
     uint32_t   reserved[62];
  };
  

Fields

OpenFileCount

Indicates the number of files that are currently open.

CurrentDiskRequest

Indicates the number of disk requests that are currently active (those that have been issued but not yet completed).

reserved

Reserved for future use.