NWSM_RESOURCE_INFO_EXTN_NETWARE_DATA_1

Describes the NetWare file systems primary resource meta data.

Syntax

  typedef struct 
  { 
     UINT16     blockSize; 
     UINT32     totalBlocks; 
     UINT32     freeBlocks; 
     NWBOOLEAN  resourceIsRemovable; 
     UINT32     purgableBlocks; 
     UINT32     notYetPurgableBlocks; 
     UINT32     migratedSectors; 
     UINT32     preCompressedSectors; 
     UINT32     compressedSectors; 
  } NWSM_RESOURCE_INFO_EXTN_NETWARE_DATA_1;
  

Fields

blockSize

Contains the resource’s disk block size.

totalBlocks

Contains the total number of blocks on the resource.

freeBlocks

Contains the number of free blocks on the resource.

resourceIsRemovable

Contains a flag indicating whether the resource is removable.

TRUE Resource is removable.

FALSE Resource is not removable.

purgableBlocks

Contains the total number of blocks set aside as purgeable blocks.

notYetPurgeableBlocks

Contains the number of blocks not marked to be purged.

migratedSectors

Contains the number of migrated sectors.

precompressedSectors

Contains the number of sectors used by all data sets before they were compressed.

compressedSectors

Contains the number of sectors used by all compressed data sets.