UbixOS  2.0
directoryList Struct Reference

#include <ubixfs.h>

Collaboration diagram for directoryList:
Collaboration graph

Data Fields

uInt32 dirBlock
 
char * dirCache
 
char dirName [256]
 
struct directoryListnext
 
struct directoryListprev
 

Detailed Description

Definition at line 53 of file ubixfs.h.

Field Documentation

◆ dirBlock

uInt32 directoryList::dirBlock

Definition at line 56 of file ubixfs.h.

◆ dirCache

char* directoryList::dirCache

Definition at line 55 of file ubixfs.h.

◆ dirName

char directoryList::dirName[256]

Definition at line 54 of file ubixfs.h.

Referenced by ubixFSLoadDir().

◆ next

struct directoryList* directoryList::next

Definition at line 57 of file ubixfs.h.

◆ prev

struct directoryList* directoryList::prev

Definition at line 58 of file ubixfs.h.


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