Coda Distributed File System
|
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <ohash.h>
#include <olist.h>
#include <inconsist.h>
Go to the source code of this file.
Classes | |
class | vhashtab |
class | vhash_iterator |
class | hashent |
Functions | |
int | HashInsert (VolumeId, int) |
int | HashLookup (VolumeId) |
int | HashDelete (VolumeId) |
int HashDelete | ( | VolumeId | volid | ) |
int HashInsert | ( | VolumeId | volid, |
int | vol_index | ||
) |
int HashLookup | ( | VolumeId | volid | ) |