IDZEBRA
2.2.7
|
CFile hash structure info in memory. More...
#include <cfile.h>
Data Fields | |
struct CFile_ph_bucket | ph |
int | dirty |
struct CFile_hash_bucket * | h_next |
struct CFile_hash_bucket ** | h_prev |
struct CFile_hash_bucket * | lru_next |
struct CFile_hash_bucket * | lru_prev |
int CFile_hash_bucket::dirty |
Definition at line 43 of file cfile.h.
Referenced by cf_new_hash(), flush_bucket(), get_bucket(), and new_bucket().
struct CFile_hash_bucket* CFile_hash_bucket::h_next |
Definition at line 44 of file cfile.h.
Referenced by alloc_bucket(), cf_lookup_hash(), cf_new_hash(), and release_bucket().
struct CFile_hash_bucket ** CFile_hash_bucket::h_prev |
Definition at line 44 of file cfile.h.
Referenced by alloc_bucket(), and release_bucket().
struct CFile_hash_bucket* CFile_hash_bucket::lru_next |
Definition at line 45 of file cfile.h.
Referenced by alloc_bucket(), cf_lookup_hash(), cf_new_hash(), and release_bucket().
struct CFile_hash_bucket * CFile_hash_bucket::lru_prev |
Definition at line 45 of file cfile.h.
Referenced by alloc_bucket(), and release_bucket().
struct CFile_ph_bucket CFile_hash_bucket::ph |
Definition at line 37 of file cfile.h.
Referenced by cf_lookup_hash(), cf_moveto_flat(), flush_bucket(), get_bucket(), and new_bucket().