UbixOS  2.0
blockAllocationTableEntry Struct Reference

#include <ubixfs.h>

Collaboration diagram for blockAllocationTableEntry:
Collaboration graph

Data Fields

long attributes
 
long nextBlock
 
long realSector
 
long reserved
 

Detailed Description

Definition at line 90 of file ubixfs.h.

Field Documentation

◆ attributes

long blockAllocationTableEntry::attributes

Definition at line 91 of file ubixfs.h.

Referenced by freeBlocks(), getFreeBlocks(), and writeFileByte().

◆ nextBlock

long blockAllocationTableEntry::nextBlock

Definition at line 93 of file ubixfs.h.

Referenced by freeBlocks(), getFreeBlocks(), writeFileByte(), and writeUbixFS().

◆ realSector

long blockAllocationTableEntry::realSector

Definition at line 92 of file ubixfs.h.

Referenced by ubixfs_initialize(), ubixFSmkDir(), writeFileByte(), and writeUbixFS().

◆ reserved

long blockAllocationTableEntry::reserved

Definition at line 94 of file ubixfs.h.


The documentation for this struct was generated from the following file: