|
nckernel
0.1
|

Data Fields | |
| char * | buffer |
| int | handle |
| pthread_mutex_t | mutex |
| int | offset |
| int | size |
Definition at line 13 of file fat_cache.c.
| 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().
| pthread_mutex_t mutex |
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().
1.8.4