NWSM_SCAN_INFO_EXTN_NFS_DATA_1

Describes the NFS file system meta data.

Syntax

  typedef struct 
  { 
     UINT32   nfs_st_mode; 
     UINT32   nfs_st_nlinks; 
     UINT32   nfs_st_nlinks; 
     UINT32   nfs_st_gid; 
     UINT32   nfs_st_ctime; 
  } NWSM_SCAN_INFO_EXTN_NFS_DATA_1;
  

Fields

nfs_st_mode

Contains the file permission mode as defined by stat.h in the IEEE Std 1003.1.

nfs_st_nlinks

Contains the number of links to the data set as defined by stat.h in the IEEE Std 1003.1

nfs_st_uid

Contains the user ID of the data set as defined by stat.h in the IEEE Std 1003.1

nfs_st_gid

Contains the group ID of the data set as defined by stat.h in the IEEE Std 1003.1

nfs_st_ctime

Contains the time of last file status change as defined by stat.h in the IEEE Std 1003.1