#include <ubixfs.h>
Collaboration diagram for ubixFSInfo:
Data Fields | |
uInt32 | batEntries |
blockAllocationTableEntry * | blockAllocationTable |
cacheNode * | dirCache |
uInt32 | rootDir |
Definition at line 130 of file ubixfs.h.
Definition at line 131 of file ubixfs.h.
Referenced by freeBlocks(), getFreeBlocks(), syncBat(), ubixfs_initialize(), ubixfs_loadData(), ubixFSmkDir(), ubixFSUnlink(), writeFileByte(), and writeUbixFS().
struct cacheNode* ubixFSInfo::dirCache |