|
UbixOS
2.0
|
#include <ubixfs.h>

Data Fields | |
| uInt32 | batEntries |
| struct blockAllocationTableEntry * | blockAllocationTable |
| struct cacheNode * | dirCache |
| uInt32 | rootDir |
| uInt32 ubixFSInfo::batEntries |
Definition at line 128 of file ubixfs.h.
Referenced by getFreeBlocks(), ubixfs_initialize(), and writeFileByte().
| struct blockAllocationTableEntry* ubixFSInfo::blockAllocationTable |
Definition at line 126 of file ubixfs.h.
Referenced by freeBlocks(), getFreeBlocks(), syncBat(), ubixfs_initialize(), ubixFSmkDir(), writeFileByte(), and writeUbixFS().
| struct cacheNode* ubixFSInfo::dirCache |
Definition at line 127 of file ubixfs.h.
Referenced by ubixfs_initialize().
| uInt32 ubixFSInfo::rootDir |
Definition at line 129 of file ubixfs.h.
Referenced by ubixfs_initialize().