UbixOS  2.0
ubixFSInfo Struct Reference

#include <ubixfs.h>

Collaboration diagram for ubixFSInfo:
Collaboration graph

Data Fields

uInt32 batEntries
 
struct blockAllocationTableEntryblockAllocationTable
 
struct cacheNodedirCache
 
uInt32 rootDir
 

Detailed Description

Definition at line 125 of file ubixfs.h.

Field Documentation

◆ batEntries

uInt32 ubixFSInfo::batEntries

Definition at line 128 of file ubixfs.h.

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

◆ blockAllocationTable

struct blockAllocationTableEntry* ubixFSInfo::blockAllocationTable

◆ dirCache

struct cacheNode* ubixFSInfo::dirCache

Definition at line 127 of file ubixfs.h.

Referenced by ubixfs_initialize().

◆ rootDir

uInt32 ubixFSInfo::rootDir

Definition at line 129 of file ubixfs.h.

Referenced by ubixfs_initialize().


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