Newer
Older
UbixOS / doc / html / ffs_8h.html
<!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/include/ufs/ffs.h File 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&nbsp;Page</span></a></li>
    <li><a href="classes.html"><span>Data&nbsp;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>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</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&nbsp;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>&nbsp;&raquo&nbsp;<a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_caf4200c438ae9601464168e21e8e4d8.html">include</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_4d4c8e7174efe8ad5ca8ab494abe072d.html">ufs</a></div>
<h1>ffs.h File Reference</h1><code>#include &lt;<a class="el" href="types_8h-source.html">ubixos/types.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="vfs_8h-source.html">vfs/vfs.h</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="device_8h-source.html">sys/device.h</a>&gt;</code><br>

<p>
Include dependency graph for ffs.h:<p><center><img src="ffs_8h__incl.png" border="0" usemap="#src/sys/include/ufs/ffs.h_map" alt=""></center>
<map name="src/sys/include/ufs/ffs.h_map">
<area href="types_8h.html" shape="rect" coords="748,183,868,209" alt="">
<area href="vfs_8h.html" shape="rect" coords="249,208,327,235" alt="">
<area href="device_8h.html" shape="rect" coords="235,309,341,336" alt="">
<area href="__types_8h.html" shape="rect" coords="919,183,1023,209" alt="">
<area href="file_8h.html" shape="rect" coords="409,157,489,184" alt="">
<area href="mount_8h.html" shape="rect" coords="577,208,679,235" alt="">
<area href="sysproto_8h.html" shape="rect" coords="391,259,508,285" alt="">
<area href="thread_8h.html" shape="rect" coords="576,309,680,336" alt="">
<area href="dirCache_8h.html" shape="rect" coords="559,157,697,184" alt="">
<area href="signal_8h.html" shape="rect" coords="577,259,679,285" alt="">
</map>

<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="ffs_8h__dep__incl.png" border="0" usemap="#src/sys/include/ufs/ffs.hdep_map" alt=""></center>
<map name="src/sys/include/ufs/ffs.hdep_map">
<area href="ffs_8c.html" shape="rect" coords="238,5,363,32" alt="">
<area href="ufs_8c.html" shape="rect" coords="236,56,364,83" alt="">
</map>

<p>
<a href="ffs_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="ffs_8h.html#00c764195a3019a9189596bd381ce62e">ffs_read</a> (<a class="el" href="structfileDescriptorStruct.html">fileDescriptor</a> *, char *, <a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a>, long)</td></tr>

</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="00c764195a3019a9189596bd381ce62e"></a><!-- doxytag: member="ffs.h::ffs_read" ref="00c764195a3019a9189596bd381ce62e" args="(fileDescriptor *, char *, uInt32, long)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ffs_read           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="structfileDescriptorStruct.html">fileDescriptor</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">char *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="types_8h.html#5847ea0262a5aa61eee48cbe95544a78">uInt32</a>&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">long&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="ffs_8c-source.html#l00011">11</a> of file <a class="el" href="ffs_8c-source.html">ffs.c</a>.
<p>
References <a class="el" href="file_8h-source.html#l00061">fileDescriptorStruct::dmadat</a>, <a class="el" href="ufs_8h-source.html#l00281">fs::fs_maxfilesize</a>, <a class="el" href="kprintf_8c-source.html#l00038">kprintf()</a>, and <a class="el" href="file_8h-source.html#l00042">dmadat::sbbuf</a>.
<p>
Here is the call graph for this function:<p><center><img src="ffs_8h_00c764195a3019a9189596bd381ce62e_cgraph.png" border="0" usemap="#ffs_8h_00c764195a3019a9189596bd381ce62e_cgraph_map" alt=""></center>
<map name="ffs_8h_00c764195a3019a9189596bd381ce62e_cgraph_map">
<area href="kprint_8h.html#b2761bdf0cca73ad0fb5880895210cd8" shape="rect" coords="131,5,198,32" alt="">
</map>

</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:22:12 2006 for UbixOS V2 by&nbsp;
<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>