Coda Distributed File System
|
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <inconsist.h>
#include <util.h>
#include "volhash.h"
#include "voldefs.h"
Functions | |
void | InitVolTable (int size) |
int | HashLookup (VolumeId volid) |
int | HashInsert (VolumeId volid, int vol_index) |
int | HashDelete (VolumeId volid) |
int HashDelete | ( | VolumeId | volid | ) |
int HashInsert | ( | VolumeId | volid, |
int | vol_index | ||
) |
int HashLookup | ( | VolumeId | volid | ) |
void InitVolTable | ( | int | size | ) |