UbixOS
2.0
|
#include <ubixfs.h>
Data Fields | |
long | attributes |
long | nextBlock |
long | realSector |
long | reserved |
long blockAllocationTableEntry::attributes |
Definition at line 91 of file ubixfs.h.
Referenced by freeBlocks(), getFreeBlocks(), and writeFileByte().
long blockAllocationTableEntry::nextBlock |
Definition at line 93 of file ubixfs.h.
Referenced by freeBlocks(), getFreeBlocks(), writeFileByte(), and writeUbixFS().
long blockAllocationTableEntry::realSector |
Definition at line 92 of file ubixfs.h.
Referenced by ubixfs_initialize(), ubixFSmkDir(), writeFileByte(), and writeUbixFS().