|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <filesystem.h>
Data Fields | |
| char | name [16] |
| struct fs_data | data |
| struct filesystem * | next |
Definition at line 31 of file filesystem.h.
| struct fs_data filesystem::data |
Definition at line 33 of file filesystem.h.
| char filesystem::name[16] |
Definition at line 32 of file filesystem.h.
Referenced by __attribute__(), and print_dentry_tree().
| struct filesystem* filesystem::next |
Definition at line 34 of file filesystem.h.
Referenced by __attribute__().