zos_file_t Struct Reference

Basic information about the file. More...

Data Fields

struct zos_file * next
 Next file if part of linked-list.
 
uint32_t memory_handle
 The file's handle plus memory type. ZOS_FILE_HANDLE_SECTOR and ZOS_FILE_HANDLE_MEMORY.
 
char name [96]
 The name of the file.
 
uint16_t flags
 Refer to zos_file_flag_t.
 
uint32_t size
 The size of the file in bytes.
 
uint32_t version
 The version of the file.
 
uint32_t checksum
 The CRC16 checksum of the file.
 
uint8_t type
 Refer to zos_file_type_t.
 

Detailed Description