DEFRECORD KCML_FILE_STAT
For 'KCML_File_Stat and KI_STAT| FLD name | Pack format | Purpose |
|---|---|---|
| KST_type | file type. KCML_FILE_TYPE | |
| KST_dev | UINT(4) | device |
| KST_ino | UINT(4) | inode |
| KST_mode | UINT(4) | protection |
| KST_nlink | UINT(4) | number of hard links |
| KST_uid | UINT(4) | user ID of owner |
| KST_gid | UINT(4) | group ID of owner |
| KST_rdev | UINT(4) | device type (if inode device) |
| KST_size | UINT(6) | total size (in bytes) |
| KST_atime$ | TIMESTAMP | time of last access (deprecated). Modification time will be returned on filesystems that do not maintain access times |
| KST_mtime$ | TIMESTAMP | time of last modification |
| KST_ctime$ | TIMESTAMP | time of last status change |