|
IBNOS
|
#include <filesystem.h>

Public Attributes | |
| struct object | obj |
| struct directory * | parent |
| char * | name |
| struct linkedList | openedFiles |
| bool | isHeap |
| uint8_t * | buffer |
| uint32_t | size |
Definition at line 55 of file filesystem.h.
| uint8_t* file::buffer |
Definition at line 64 of file filesystem.h.
| bool file::isHeap |
Definition at line 63 of file filesystem.h.
| char* file::name |
Definition at line 59 of file filesystem.h.
| struct object file::obj |
Definition at line 57 of file filesystem.h.
| struct linkedList file::openedFiles |
Definition at line 61 of file filesystem.h.
| struct directory* file::parent |
Definition at line 58 of file filesystem.h.
| uint32_t file::size |
Definition at line 65 of file filesystem.h.
1.8.13