| UbixOS
    2.0
    | 
#include <dirCache.h>

| Data Fields | |
| uInt16 * | attributes | 
| int | dirty | 
| struct cacheNode * | fileListHead | 
| struct cacheNode * | fileListTail | 
| void * | info | 
| char * | name | 
| struct cacheNode * | next | 
| struct cacheNode * | parent | 
| uInt16 * | permissions | 
| int | present | 
| struct cacheNode * | prev | 
| int * | size | 
| uInt32 * | startCluster | 
Definition at line 35 of file dirCache.h.
| uInt16* cacheNode::attributes | 
Definition at line 47 of file dirCache.h.
Referenced by ubixfs_cacheNew(), and ubixfs_initialize().
| int cacheNode::dirty | 
Definition at line 45 of file dirCache.h.
Referenced by ubixfs_cacheNew().
| struct cacheNode* cacheNode::fileListHead | 
Definition at line 40 of file dirCache.h.
Referenced by ubixfs_cacheDelete(), and ubixfs_cacheNew().
| struct cacheNode* cacheNode::fileListTail | 
Definition at line 41 of file dirCache.h.
Referenced by ubixfs_cacheNew().
| void* cacheNode::info | 
Definition at line 42 of file dirCache.h.
Referenced by readUbixFS(), ubixfs_cacheDelete(), ubixfs_cacheNew(), and ubixfs_initialize().
| char* cacheNode::name | 
Definition at line 36 of file dirCache.h.
Referenced by ubixfs_cacheDelete(), and ubixfs_cacheNew().
| struct cacheNode* cacheNode::next | 
Definition at line 38 of file dirCache.h.
Referenced by ubixfs_cacheDelete(), and ubixfs_cacheNew().
| struct cacheNode* cacheNode::parent | 
Definition at line 39 of file dirCache.h.
Referenced by ubixfs_cacheNew().
| uInt16* cacheNode::permissions | 
Definition at line 48 of file dirCache.h.
Referenced by ubixfs_cacheNew(), and ubixfs_initialize().
| int cacheNode::present | 
Definition at line 44 of file dirCache.h.
Referenced by readUbixFS(), ubixfs_cacheNew(), and ubixfs_initialize().
| struct cacheNode* cacheNode::prev | 
Definition at line 37 of file dirCache.h.
Referenced by ubixfs_cacheNew().
| int* cacheNode::size | 
Definition at line 43 of file dirCache.h.
Referenced by ubixfs_cacheNew(), and ubixfs_initialize().
| uInt32* cacheNode::startCluster | 
Definition at line 46 of file dirCache.h.
Referenced by ubixfs_cacheNew(), and ubixfs_initialize().