IDZEBRA  2.2.7
Data Fields
CFile_hash_bucket Struct Reference

CFile hash structure info in memory. More...

#include <cfile.h>

Data Fields

struct CFile_ph_bucket ph
 
int dirty
 
struct CFile_hash_bucketh_next
 
struct CFile_hash_bucket ** h_prev
 
struct CFile_hash_bucketlru_next
 
struct CFile_hash_bucketlru_prev
 

Detailed Description

CFile hash structure info in memory.

Definition at line 41 of file cfile.h.

Field Documentation

◆ dirty

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

◆ h_next

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

◆ h_prev

struct CFile_hash_bucket ** CFile_hash_bucket::h_prev

Definition at line 44 of file cfile.h.

Referenced by alloc_bucket(), and release_bucket().

◆ lru_next

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

◆ lru_prev

struct CFile_hash_bucket * CFile_hash_bucket::lru_prev

Definition at line 45 of file cfile.h.

Referenced by alloc_bucket(), and release_bucket().

◆ ph

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


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