nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fat_cache Struct Reference
Collaboration diagram for fat_cache:
Collaboration graph
[legend]

Data Fields

char * buffer
 
int handle
 
pthread_mutex_t mutex
 
int offset
 
int size
 

Detailed Description

Definition at line 13 of file fat_cache.c.

Field Documentation

char* buffer

Definition at line 16 of file fat_cache.c.

Referenced by create_fat_cache(), destroy_fat_cache(), fat_cache(), and update_fat_cache().

int handle

Definition at line 14 of file fat_cache.c.

Referenced by create_fat_cache(), destroy_fat_cache(), and update_fat_cache().

Definition at line 18 of file fat_cache.c.

Referenced by create_fat_cache(), destroy_fat_cache(), fat_cache_lock(), and fat_cache_unlock().

int offset

Definition at line 15 of file fat_cache.c.

Referenced by create_fat_cache(), and update_fat_cache().

int size

Definition at line 17 of file fat_cache.c.

Referenced by create_fat_cache(), fat_cache_size(), and update_fat_cache().


The documentation for this struct was generated from the following file: