GDB (xrefs)
Public Attributes | List of all members
bstring Struct Reference

Public Attributes

struct bstringnext
 
unsigned short length
 
unsigned short half_hash
 
union {
   char   data [1]
 
   double   dummy
 
d
 

Detailed Description

Definition at line 32 of file bcache.c.

Member Data Documentation

union { ... } bstring::d

Referenced by bcache_full(), and expand_hash_table().

char bstring::data[1]

Definition at line 46 of file bcache.c.

Referenced by bcache_full(), and expand_hash_table().

double bstring::dummy

Definition at line 47 of file bcache.c.

unsigned short bstring::half_hash

Definition at line 42 of file bcache.c.

Referenced by bcache_full().

unsigned short bstring::length

Definition at line 37 of file bcache.c.

Referenced by bcache_full(), expand_hash_table(), hash_continue(), and print_bcache_statistics().

struct bstring* bstring::next

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