<!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: fileDescriptor 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><a href="namespaces.html"><span>Namespaces</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="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Data Fields</span></a></li> </ul></div> <h1>fileDescriptor Struct Reference</h1><!-- doxytag: class="fileDescriptor" --><code>#include <<a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a>></code> <p> <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">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileDescriptor.html#d6e69b4726ce93464490201390a9d922">inode</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structfileDescriptor.html">fileDescriptor</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileDescriptor.html#d83171631d4363bfb418aeac21a225c2">next</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="include_2ubixos_2types_8h.html#fa178be408981cc5edd64227b6332fc6">off_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileDescriptor.html#09c5cd0d4979a70b8d7098319cd00b7c">offset</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structfileDescriptor.html">fileDescriptor</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileDescriptor.html#fd9051274bbedc680cce81a6a5fd6b2a">prev</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="include_2ubixos_2types_8h.html#7619b847aeded8a6d14cbfa212b2cdfb">size_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileDescriptor.html#2967356da3f80c5df1405f4e2fb4272b">size</a></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <p> <p> Definition at line <a class="el" href="ubixfsv2_2file_8h-source.html#l00006">6</a> of file <a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a>.<hr><h2>Field Documentation</h2> <a class="anchor" name="d6e69b4726ce93464490201390a9d922"></a><!-- doxytag: member="fileDescriptor::inode" ref="d6e69b4726ce93464490201390a9d922" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void* <a class="el" href="structfileDescriptor.html#d6e69b4726ce93464490201390a9d922">fileDescriptor::inode</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="ubixfsv2_2file_8h-source.html#l00009">9</a> of file <a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a>. <p> Referenced by <a class="el" href="ubixfs_8cpp-source.html#l00050">UbixFS::vfs_init()</a>, <a class="el" href="ubixfs_8cpp-source.html#l00891">UbixFS::vfs_mkdir()</a>, <a class="el" href="ubixfs_8cpp-source.html#l00310">UbixFS::vfs_open()</a>, <a class="el" href="ubixfs_8cpp-source.html#l00321">UbixFS::vfs_read()</a>, <a class="el" href="ubixfs_8cpp-source.html#l00557">UbixFS::vfs_stop()</a>, and <a class="el" href="ubixfs_8cpp-source.html#l00387">UbixFS::vfs_write()</a>. </div> </div><p> <a class="anchor" name="d83171631d4363bfb418aeac21a225c2"></a><!-- doxytag: member="fileDescriptor::next" ref="d83171631d4363bfb418aeac21a225c2" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structfileDescriptor.html">fileDescriptor</a>* <a class="el" href="structfileDescriptor.html#d83171631d4363bfb418aeac21a225c2">fileDescriptor::next</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="ubixfsv2_2file_8h-source.html#l00008">8</a> of file <a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a>. <p> Referenced by <a class="el" href="file_8c-source.html#l00396">fclose()</a>, and <a class="el" href="file_8c-source.html#l00267">fopen()</a>. </div> </div><p> <a class="anchor" name="09c5cd0d4979a70b8d7098319cd00b7c"></a><!-- doxytag: member="fileDescriptor::offset" ref="09c5cd0d4979a70b8d7098319cd00b7c" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="include_2ubixos_2types_8h.html#fa178be408981cc5edd64227b6332fc6">off_t</a> <a class="el" href="structfileDescriptor.html#09c5cd0d4979a70b8d7098319cd00b7c">fileDescriptor::offset</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="ubixfsv2_2file_8h-source.html#l00010">10</a> of file <a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a>. <p> Referenced by <a class="el" href="directory_8c-source.html#l00066">addDirEntry()</a>, <a class="el" href="file_8c-source.html#l00244">fgetc()</a>, <a class="el" href="file_8c-source.html#l00267">fopen()</a>, <a class="el" href="file_8c-source.html#l00227">fputc()</a>, <a class="el" href="file_8c-source.html#l00178">fread()</a>, <a class="el" href="file_8c-source.html#l00201">fseek()</a>, <a class="el" href="ufs_8c-source.html#l00207">fsfind()</a>, <a class="el" href="ufs_8c-source.html#l00077">fsread()</a>, <a class="el" href="file_8c-source.html#l00193">fwrite()</a>, <a class="el" href="ufs_8c-source.html#l00265">ufs_openFile()</a>, and <a class="el" href="ubixfs_8cpp-source.html#l00310">UbixFS::vfs_open()</a>. </div> </div><p> <a class="anchor" name="fd9051274bbedc680cce81a6a5fd6b2a"></a><!-- doxytag: member="fileDescriptor::prev" ref="fd9051274bbedc680cce81a6a5fd6b2a" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structfileDescriptor.html">fileDescriptor</a>* <a class="el" href="structfileDescriptor.html#fd9051274bbedc680cce81a6a5fd6b2a">fileDescriptor::prev</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="ubixfsv2_2file_8h-source.html#l00007">7</a> of file <a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a>. <p> Referenced by <a class="el" href="file_8c-source.html#l00396">fclose()</a>, and <a class="el" href="file_8c-source.html#l00267">fopen()</a>. </div> </div><p> <a class="anchor" name="2967356da3f80c5df1405f4e2fb4272b"></a><!-- doxytag: member="fileDescriptor::size" ref="2967356da3f80c5df1405f4e2fb4272b" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="include_2ubixos_2types_8h.html#7619b847aeded8a6d14cbfa212b2cdfb">size_t</a> <a class="el" href="structfileDescriptor.html#2967356da3f80c5df1405f4e2fb4272b">fileDescriptor::size</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="ubixfsv2_2file_8h-source.html#l00011">11</a> of file <a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a>. <p> Referenced by <a class="el" href="directory_8c-source.html#l00066">addDirEntry()</a>, <a class="el" href="devfs_8c-source.html#l00071">devfs_open()</a>, <a class="el" href="ufs_8c-source.html#l00077">fsread()</a>, <a class="el" href="ubixfs_8c-source.html#l00046">openFileUbixFS()</a>, <a class="el" href="ubixfs_8c-source.html#l00194">readUbixFS()</a>, <a class="el" href="ubixfs_8cpp-source.html#l00310">UbixFS::vfs_open()</a>, and <a class="el" href="ubixfs_8c-source.html#l00232">writeUbixFS()</a>. </div> </div><p> <hr>The documentation for this struct was generated from the following file:<ul> <li>src/sys/ubixfsv2/<a class="el" href="ubixfsv2_2file_8h-source.html">file.h</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Tue Dec 5 23:35:03 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>