nckernel
0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
fs
fat
include
fat_cache.h
Go to the documentation of this file.
1
struct
fat_cache
;
2
3
extern
struct
fat_cache
*
create_fat_cache
(
const
char
*
node
,
int
size
);
4
extern
void
destroy_fat_cache
(
struct
fat_cache
*cache);
5
extern
int
update_fat_cache
(
struct
fat_cache
*cache,
off_t
offset
);
6
extern
void
*
fat_cache
(
struct
fat_cache
*cache);
7
extern
int
fat_cache_size
(
struct
fat_cache
*cache);
8
extern
void
fat_cache_lock
(
struct
fat_cache
*cache);
9
extern
void
fat_cache_unlock
(
struct
fat_cache
*cache);
10
11
/* End of a file */
Generated on Thu Nov 7 2013 02:45:25 for nckernel by
1.8.4