IDZEBRA
2.2.7
|
#include <dict-p.h>
Data Fields | |
struct Dict_file_block * | h_next |
struct Dict_file_block ** | h_prev |
struct Dict_file_block * | lru_next |
struct Dict_file_block * | lru_prev |
void * | data |
int | dirty |
int | no |
int | nbytes |
void* Dict_file_block::data |
Definition at line 47 of file dict-p.h.
Referenced by common_init(), dict_bf_flush_blocks(), dict_bf_newp(), and dict_bf_readp().
int Dict_file_block::dirty |
Definition at line 48 of file dict-p.h.
Referenced by alloc_block(), dict_bf_flush_blocks(), dict_bf_newp(), and dict_bf_touch().
struct Dict_file_block* Dict_file_block::h_next |
Definition at line 45 of file dict-p.h.
Referenced by alloc_block(), common_init(), find_block(), and release_block().
struct Dict_file_block ** Dict_file_block::h_prev |
Definition at line 45 of file dict-p.h.
Referenced by alloc_block(), and release_block().
struct Dict_file_block* Dict_file_block::lru_next |
Definition at line 46 of file dict-p.h.
Referenced by alloc_block(), dict_pr_lru(), move_to_front(), and release_block().
struct Dict_file_block * Dict_file_block::lru_prev |
Definition at line 46 of file dict-p.h.
Referenced by alloc_block(), move_to_front(), and release_block().
int Dict_file_block::nbytes |
Definition at line 50 of file dict-p.h.
Referenced by dict_bf_flush_blocks(), and dict_bf_newp().
int Dict_file_block::no |
Definition at line 49 of file dict-p.h.
Referenced by alloc_block(), dict_bf_flush_blocks(), dict_bf_newp(), dict_bf_readp(), dict_bf_touch(), dict_pr_lru(), and find_block().