GDB (xrefs)
Public Attributes
bstring Struct Reference

List of all members.

Public Attributes

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

Detailed Description

Definition at line 37 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 51 of file bcache.c.

Referenced by bcache_full(), and expand_hash_table().

Definition at line 52 of file bcache.c.

unsigned short bstring::half_hash

Definition at line 47 of file bcache.c.

Referenced by bcache_full().

unsigned short bstring::length

Definition at line 42 of file bcache.c.

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines