Searched defs:romfs_file_s (Results 1 – 1 of 1) sorted by relevance
143 struct romfs_file_s struct145 struct romfs_file_s *rf_next; /* Retained in a singly linked list */ argument146 uint32_t rf_startoffset; /* Offset to the start of the file data */147 uint32_t rf_size; /* Size of the file in bytes */148 uint32_t rf_cachesector; /* Current sector in the rf_buffer */149 uint8_t *rf_buffer; /* File sector buffer, allocated if rm_xipbase==0 */150 uint8_t rf_type; /* File type (for fstat()) */