<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>UbixOS V2: ubixFSInfo Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li id="current"><a href="classes.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul></div>
<h1>ubixFSInfo Struct Reference</h1><!-- doxytag: class="ubixFSInfo" --><code>#include <<a class="el" href="ubixfs_8h-source.html">ubixfs.h</a>></code>
<p>
Collaboration diagram for ubixFSInfo:<p><center><img src="structubixFSInfo__coll__graph.png" border="0" usemap="#ubixFSInfo__coll__map" alt="Collaboration graph"></center>
<map name="ubixFSInfo__coll__map">
<area href="structcacheNode.html" shape="rect" coords="5,6,123,278" alt="">
<area href="structblockAllocationTableEntry.html" shape="rect" coords="251,78,445,206" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structubixFSInfo.html#4f530e266f49e0310c763653399dafa2">batEntries</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structblockAllocationTableEntry.html">blockAllocationTableEntry</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structubixFSInfo.html#03867f147dbbdf3c1d6cdd16a7a33097">blockAllocationTable</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structcacheNode.html">cacheNode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structubixFSInfo.html#6f64ea0bc1a21fca92dde6228bb194fc">dirCache</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structubixFSInfo.html#8c58076e25df4115ed42bebce08d5181">rootDir</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<p>
<p>
Definition at line <a class="el" href="ubixfs_8h-source.html#l00130">130</a> of file <a class="el" href="ubixfs_8h-source.html">ubixfs.h</a>.<hr><h2>Field Documentation</h2>
<a class="anchor" name="4f530e266f49e0310c763653399dafa2"></a><!-- doxytag: member="ubixFSInfo::batEntries" ref="4f530e266f49e0310c763653399dafa2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> <a class="el" href="structubixFSInfo.html#4f530e266f49e0310c763653399dafa2">ubixFSInfo::batEntries</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="ubixfs_8h-source.html#l00133">133</a> of file <a class="el" href="ubixfs_8h-source.html">ubixfs.h</a>.
<p>
Referenced by <a class="el" href="block_8c-source.html#l00096">getFreeBlocks()</a>, and <a class="el" href="ubixfs_8c-source.html#l00376">ubixfs_initialize()</a>.
</div>
</div><p>
<a class="anchor" name="03867f147dbbdf3c1d6cdd16a7a33097"></a><!-- doxytag: member="ubixFSInfo::blockAllocationTable" ref="03867f147dbbdf3c1d6cdd16a7a33097" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structblockAllocationTableEntry.html">blockAllocationTableEntry</a>* <a class="el" href="structubixFSInfo.html#03867f147dbbdf3c1d6cdd16a7a33097">ubixFSInfo::blockAllocationTable</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="ubixfs_8h-source.html#l00131">131</a> of file <a class="el" href="ubixfs_8h-source.html">ubixfs.h</a>.
<p>
Referenced by <a class="el" href="block_8c-source.html#l00079">freeBlocks()</a>, <a class="el" href="block_8c-source.html#l00096">getFreeBlocks()</a>, <a class="el" href="block_8c-source.html#l00074">syncBat()</a>, <a class="el" href="ubixfs_8c-source.html#l00376">ubixfs_initialize()</a>, <a class="el" href="ubixfs_8c-source.html#l00341">ubixfs_loadData()</a>, <a class="el" href="directory_8c-source.html#l00094">ubixFSmkDir()</a>, <a class="el" href="ubixfs_8c-source.html#l00309">ubixFSUnlink()</a>, <a class="el" href="ubixfs_8c-source.html#l00118">writeFileByte()</a>, and <a class="el" href="ubixfs_8c-source.html#l00232">writeUbixFS()</a>.
</div>
</div><p>
<a class="anchor" name="6f64ea0bc1a21fca92dde6228bb194fc"></a><!-- doxytag: member="ubixFSInfo::dirCache" ref="6f64ea0bc1a21fca92dde6228bb194fc" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structcacheNode.html">cacheNode</a>* <a class="el" href="structubixFSInfo.html#6f64ea0bc1a21fca92dde6228bb194fc">ubixFSInfo::dirCache</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="ubixfs_8h-source.html#l00132">132</a> of file <a class="el" href="ubixfs_8h-source.html">ubixfs.h</a>.
<p>
Referenced by <a class="el" href="ubixfs_8c-source.html#l00046">openFileUbixFS()</a>, and <a class="el" href="ubixfs_8c-source.html#l00376">ubixfs_initialize()</a>.
</div>
</div><p>
<a class="anchor" name="8c58076e25df4115ed42bebce08d5181"></a><!-- doxytag: member="ubixFSInfo::rootDir" ref="8c58076e25df4115ed42bebce08d5181" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a> <a class="el" href="structubixFSInfo.html#8c58076e25df4115ed42bebce08d5181">ubixFSInfo::rootDir</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>
Definition at line <a class="el" href="ubixfs_8h-source.html#l00134">134</a> of file <a class="el" href="ubixfs_8h-source.html">ubixfs.h</a>.
<p>
Referenced by <a class="el" href="ubixfs_8c-source.html#l00376">ubixfs_initialize()</a>, and <a class="el" href="ubixfs_8c-source.html#l00309">ubixFSUnlink()</a>.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>src/sys/include/ubixfs/<a class="el" href="ubixfs_8h-source.html">ubixfs.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:26:55 2006 for UbixOS V2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>