BattFs Struct Reference
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. | |
Detailed Description
Describe a BattFs file usign a KFile.
Definition at line 257 of file battfs.h.
The documentation for this struct was generated from the following file:
