BeRTOS
|
Describe a BattFs file usign a KFile. More...
#include <battfs.h>
Data Fields | |
KFile | fd |
KFile context. | |
Node | link |
Link for inserting in opened file list. | |
inode_t | inode |
inode of the opened file | |
BattFsSuper * | disk |
Disk context. | |
filemode_t | mode |
File open mode. | |
pgcnt_t * | start |
Pointer to page_array file start position. | |
pgcnt_t | max_off |
Max page offset allocated for the file. | |
int | errors |
File status/errors. |