vcache_entry
struct vcache_entry** by_vnid;
struct vcache_entry** by_loc;
vol->vcache.by_vnid = (vcache_entry**)calloc(sizeof(struct vache_entry *),
vol->vcache.by_loc = (vcache_entry**)calloc(sizeof(struct vache_entry *),
struct vcache_entry *c, *n;
struct vcache_entry *e, *c, *p;
e = (vcache_entry*)malloc(sizeof(struct vcache_entry));
struct vcache_entry *c, *p, *e;
static struct vcache_entry *
struct vcache_entry *c;
static struct vcache_entry *
struct vcache_entry *c;
struct vcache_entry *e;
struct vcache_entry *e;
struct vcache_entry *e;
struct vcache_entry* cEntry;
struct vcache_entry* cEntry;
for (vcache_entry* cEntry = vol->vcache.by_vnid[i]; cEntry != NULL ;
vcache_entry* cEntry;
vcache_entry* cEntry;
struct vcache_entry *e;
struct vcache_entry *e;
struct vcache_entry *next_vnid; /* next entry in vnid hash table */
struct vcache_entry *next_loc; /* next entry in location hash table */
struct vcache_entry *c;