<!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: src/sys/ubixfsv2/file.h Source File</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><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Data Structures</span></a></li>
<li id="current"><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="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a> » <a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a> » <a class="el" href="dir_21e0927e9dd41d8ff1206ca4f0555726.html">ubixfsv2</a></div>
<h1>file.h</h1><a href="ubixfsv2_2file_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef FILE_H</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define FILE_H</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="preprocessor">#include "<a class="code" href="ubixfsv2_2ubixfs_8h.html">ubixfs.h</a>"</span>
<a name="l00005"></a>00005
<a name="l00006"></a><a class="code" href="structfileDescriptor.html">00006</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structfileDescriptor.html">fileDescriptor</a> {
<a name="l00007"></a><a class="code" href="structfileDescriptor.html#fd9051274bbedc680cce81a6a5fd6b2a">00007</a> <span class="keyword">struct </span><a class="code" href="structfileDescriptor.html">fileDescriptor</a> * <a class="code" href="structfileDescriptor.html#fd9051274bbedc680cce81a6a5fd6b2a">prev</a>;
<a name="l00008"></a><a class="code" href="structfileDescriptor.html#d83171631d4363bfb418aeac21a225c2">00008</a> <span class="keyword">struct </span><a class="code" href="structfileDescriptor.html">fileDescriptor</a> * <a class="code" href="structfileDescriptor.html#d83171631d4363bfb418aeac21a225c2">next</a>;
<a name="l00009"></a><a class="code" href="structfileDescriptor.html#d6e69b4726ce93464490201390a9d922">00009</a> <span class="keywordtype">void</span> * <a class="code" href="structfileDescriptor.html#d6e69b4726ce93464490201390a9d922">inode</a>;
<a name="l00010"></a><a class="code" href="structfileDescriptor.html#09c5cd0d4979a70b8d7098319cd00b7c">00010</a> <a class="code" href="include_2ubixos_2types_8h.html#fa178be408981cc5edd64227b6332fc6">off_t</a> <a class="code" href="structfileDescriptor.html#09c5cd0d4979a70b8d7098319cd00b7c">offset</a>;
<a name="l00011"></a><a class="code" href="structfileDescriptor.html#2967356da3f80c5df1405f4e2fb4272b">00011</a> <a class="code" href="include_2ubixos_2types_8h.html#7619b847aeded8a6d14cbfa212b2cdfb">size_t</a> <a class="code" href="structfileDescriptor.html#2967356da3f80c5df1405f4e2fb4272b">size</a>;
<a name="l00012"></a>00012 } <a class="code" href="structfileDescriptor.html">fileDescriptor</a>;
<a name="l00013"></a>00013
<a name="l00014"></a>00014 <span class="preprocessor">#endif </span><span class="comment">/* !FILE_H */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 5 23:34:57 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>