1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>NANDFreeBlocks</title>
9</head>
10
11<body>
12
13<h1>NANDFreeBlocks</h1>
14
15<h2>C Specification</h2>
16<dl><dd><pre><code>
17#include &lt;revolution/nand.h&gt;
18
19s32 NANDFreeBlocks(u32 *bytes, u32 *inodes);
20</code></pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>
24<TABLE border="1" >
25  <tr>
26<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>bytes</EM></STRONG></CODE></TD>
27<TD width="520">A pointer to a u32-type variable that stores (in bytes) the file system's available space.</TD>
28  </tr>
29  <tr>
30<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>inodes</EM></STRONG></CODE></TD>
31<TD width="520">A pointer to a u32-type variable that stores the number of free inodes in the file system.</TD>
32  </tr>
33</TABLE>
34</p>
35
36
37<h2>Return Values</h2>
38<p>
39Returns one of the following codes:
40<p>
41<code>NAND_RESULT_OK<br> NAND_RESULT_INVALID<br> NAND_RESULT_UNKNOWN<br> NAND_RESULT_FATAL_ERROR<br></code>
42</p>
43</p>
44
45<H2>Description</H2>
46<p>
47Gets the file system's available space (in bytes) and the number of free inodes. <!-- �������A�V�K�t�@�C���^�f�B���N�g���쐬�̉”ۂ��f���邽�߂ɂ��̊֐����g�p���邱�Ƃ͋ւ��܂��i�V�X�e�����\���Ă�����̈��ی삷�邽�߂ł��j�B�V�K�t�@�C���^�f�B���N�g���쐬�̉”ۂ��f����ۂ́A<code>NANDCheck[Async]</code>�֐������g�����������B -->
48</p>
49
50<h2>See Also</h2>
51<p>
52<code><a href="./NANDFreeBlocksAsync.html">NANDFreeBlocksAsync</a></code> <!--, <code><a href="./NANDCheck.html">NANDCheck</a></code>, <code><a href="./NANDCheckAsync.html">NANDCheckAsync</a></code> -->
53</p>
54
55<H2>Revision History</H2>
56<p>
5706/16/2006 Initial version. <BR> <!-- 2006/8/15 �V�K�t�@�C���^�f�B���N�g���쐬���̒��ӓ_��lj��B<br> -->
58</p>
59
60<hr>
61<P>CONFIDENTIAL</p>
62</BODY>
63</HTML>
64