Coda Distributed File System
|
#include <rwcdb.h>
Public Attributes | |
char * | file |
struct db_file rf | wf |
unsigned | readonly: 1 |
uint32_t | hash |
uint32_t | klen |
uint32_t | dlen |
uint32_t | dpos |
struct wrentry * | pending |
char * | tmpbuf |
uint32_t | tmplen |
uint32_t | index |
uint32_t | hlens [256] |
struct dllist_head | removed |
struct dllist_head | added [256] |
struct dllist_head rwcdb::added[256] |
uint32_t rwcdb::dlen |
uint32_t rwcdb::dpos |
char* rwcdb::file |
uint32_t rwcdb::hash |
uint32_t rwcdb::hlens[256] |
uint32_t rwcdb::index |
uint32_t rwcdb::klen |
struct wrentry* rwcdb::pending |
unsigned rwcdb::readonly |
struct dllist_head rwcdb::removed |
char* rwcdb::tmpbuf |
uint32_t rwcdb::tmplen |
struct db_file rf rwcdb::wf |