<!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: fileSystem 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>fileSystem Struct Reference</h1><!-- doxytag: class="fileSystem" -->filesSystem Structure <a href="#_details">More...</a> <p> <code>#include <<a class="el" href="vfs_8h-source.html">vfs.h</a>></code> <p> Collaboration diagram for fileSystem:<p><center><img src="structfileSystem__coll__graph.png" border="0" usemap="#fileSystem__coll__map" alt="Collaboration graph"></center> <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="structfileSystem.html">fileSystem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#a53ac2dce5c23d729ca2e49907a542de">next</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structfileSystem.html">fileSystem</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#385cd52ba55b3ed318ee54f3f42b5a54">prev</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#63cc4eb02c498b7ae04d3cedba288822">vfsInitFS</a> )(void *)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#20da59647c97bc603d6d447984f335d7">vfsMakeDir</a> )(char *, void *)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#0fdae1689e7c9d514c635f790b11635d">vfsOpenFile</a> )(void *, void *)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#c5639f8b5425e84b0e25b183f18dbb7a">vfsRead</a> )(void *, char *, long, long)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#17425293e60c94966742873b8033513c">vfsRemDir</a> )(char *)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#3395853e7bdf63a37eb2c7056c8bd3a5">vfsSync</a> )(void)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#a1b7987f710ba203dffb15590ff58ce0">vfsType</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#215822943f3048f49e56579c11ca55d7">vfsUnlink</a> )(char *, void *)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structfileSystem.html#0a4a469c38583399be85b1b9d63875c3">vfsWrite</a> )(void *, char *, long, long)</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> filesSystem Structure <p> not sure if we should allow function to point to NULL <p> <p> Definition at line <a class="el" href="vfs_8h-source.html#l00056">56</a> of file <a class="el" href="vfs_8h-source.html">vfs.h</a>.<hr><h2>Field Documentation</h2> <a class="anchor" name="a53ac2dce5c23d729ca2e49907a542de"></a><!-- doxytag: member="fileSystem::next" ref="a53ac2dce5c23d729ca2e49907a542de" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structfileSystem.html">fileSystem</a>* <a class="el" href="structfileSystem.html#a53ac2dce5c23d729ca2e49907a542de">fileSystem::next</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="vfs_8h-source.html#l00058">58</a> of file <a class="el" href="vfs_8h-source.html">vfs.h</a>. <p> Referenced by <a class="el" href="vfs_8c-source.html#l00059">vfsFindFS()</a>, and <a class="el" href="vfs_8c-source.html#l00081">vfsRegisterFS()</a>. </div> </div><p> <a class="anchor" name="385cd52ba55b3ed318ee54f3f42b5a54"></a><!-- doxytag: member="fileSystem::prev" ref="385cd52ba55b3ed318ee54f3f42b5a54" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structfileSystem.html">fileSystem</a>* <a class="el" href="structfileSystem.html#385cd52ba55b3ed318ee54f3f42b5a54">fileSystem::prev</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="vfs_8h-source.html#l00057">57</a> of file <a class="el" href="vfs_8h-source.html">vfs.h</a>. <p> Referenced by <a class="el" href="vfs_8c-source.html#l00081">vfsRegisterFS()</a>. </div> </div><p> <a class="anchor" name="63cc4eb02c498b7ae04d3cedba288822"></a><!-- doxytag: member="fileSystem::vfsInitFS" ref="63cc4eb02c498b7ae04d3cedba288822" args=")(void *)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#63cc4eb02c498b7ae04d3cedba288822">fileSystem::vfsInitFS</a>)(void *) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to inialization routine <p> Referenced by <a class="el" href="mount_8c-source.html#l00047">vfs_mount()</a>. </div> </div><p> <a class="anchor" name="20da59647c97bc603d6d447984f335d7"></a><!-- doxytag: member="fileSystem::vfsMakeDir" ref="20da59647c97bc603d6d447984f335d7" args=")(char *, void *)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#20da59647c97bc603d6d447984f335d7">fileSystem::vfsMakeDir</a>)(char *, void *) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to makedir routine <p> Referenced by <a class="el" href="file_8c-source.html#l00436">sysMkDir()</a>. </div> </div><p> <a class="anchor" name="0fdae1689e7c9d514c635f790b11635d"></a><!-- doxytag: member="fileSystem::vfsOpenFile" ref="0fdae1689e7c9d514c635f790b11635d" args=")(void *, void *)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#0fdae1689e7c9d514c635f790b11635d">fileSystem::vfsOpenFile</a>)(void *, void *) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to openfile routine <p> Referenced by <a class="el" href="file_8c-source.html#l00274">fopen()</a>. </div> </div><p> <a class="anchor" name="c5639f8b5425e84b0e25b183f18dbb7a"></a><!-- doxytag: member="fileSystem::vfsRead" ref="c5639f8b5425e84b0e25b183f18dbb7a" args=")(void *, char *, long, long)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#c5639f8b5425e84b0e25b183f18dbb7a">fileSystem::vfsRead</a>)(void *, char *, long, long) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to read routine <p> Referenced by <a class="el" href="file_8c-source.html#l00251">fgetc()</a>, and <a class="el" href="file_8c-source.html#l00178">fread()</a>. </div> </div><p> <a class="anchor" name="17425293e60c94966742873b8033513c"></a><!-- doxytag: member="fileSystem::vfsRemDir" ref="17425293e60c94966742873b8033513c" args=")(char *)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#17425293e60c94966742873b8033513c">fileSystem::vfsRemDir</a>)(char *) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to remdir routine </div> </div><p> <a class="anchor" name="3395853e7bdf63a37eb2c7056c8bd3a5"></a><!-- doxytag: member="fileSystem::vfsSync" ref="3395853e7bdf63a37eb2c7056c8bd3a5" args=")(void)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#3395853e7bdf63a37eb2c7056c8bd3a5">fileSystem::vfsSync</a>)(void) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to sync routine </div> </div><p> <a class="anchor" name="a1b7987f710ba203dffb15590ff58ce0"></a><!-- doxytag: member="fileSystem::vfsType" ref="a1b7987f710ba203dffb15590ff58ce0" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="structfileSystem.html#a1b7987f710ba203dffb15590ff58ce0">fileSystem::vfsType</a> </td> </tr> </table> </div> <div class="memdoc"> <p> vfs type id <p> Definition at line <a class="el" href="vfs_8h-source.html#l00067">67</a> of file <a class="el" href="vfs_8h-source.html">vfs.h</a>. <p> Referenced by <a class="el" href="vfs_8c-source.html#l00059">vfsFindFS()</a>, and <a class="el" href="vfs_8c-source.html#l00081">vfsRegisterFS()</a>. </div> </div><p> <a class="anchor" name="215822943f3048f49e56579c11ca55d7"></a><!-- doxytag: member="fileSystem::vfsUnlink" ref="215822943f3048f49e56579c11ca55d7" args=")(char *, void *)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#215822943f3048f49e56579c11ca55d7">fileSystem::vfsUnlink</a>)(char *, void *) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to unlink routine <p> Referenced by <a class="el" href="file_8c-source.html#l00480">unlink()</a>. </div> </div><p> <a class="anchor" name="0a4a469c38583399be85b1b9d63875c3"></a><!-- doxytag: member="fileSystem::vfsWrite" ref="0a4a469c38583399be85b1b9d63875c3" args=")(void *, char *, long, long)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int(* <a class="el" href="structfileSystem.html#0a4a469c38583399be85b1b9d63875c3">fileSystem::vfsWrite</a>)(void *, char *, long, long) </td> </tr> </table> </div> <div class="memdoc"> <p> pointer to write routine <p> Referenced by <a class="el" href="file_8c-source.html#l00234">fputc()</a>, and <a class="el" href="file_8c-source.html#l00200">fwrite()</a>. </div> </div><p> <hr>The documentation for this struct was generated from the following file:<ul> <li>src/sys/include/vfs/<a class="el" href="vfs_8h-source.html">vfs.h</a></ul> <hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:26:47 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>