IDZEBRA  2.2.7
Data Fields
Dict_file_block Struct Reference

#include <dict-p.h>

Data Fields

struct Dict_file_blockh_next
 
struct Dict_file_block ** h_prev
 
struct Dict_file_blocklru_next
 
struct Dict_file_blocklru_prev
 
void * data
 
int dirty
 
int no
 
int nbytes
 

Detailed Description

Definition at line 43 of file dict-p.h.

Field Documentation

◆ data

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().

◆ dirty

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().

◆ h_next

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().

◆ h_prev

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().

◆ lru_next

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().

◆ lru_prev

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().

◆ nbytes

int Dict_file_block::nbytes

Definition at line 50 of file dict-p.h.

Referenced by dict_bf_flush_blocks(), and dict_bf_newp().

◆ no

int Dict_file_block::no

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