Coda Distributed File System
|
#include <stdio.h>
#include <vcrcommon.h>
#include <vice.h>
#include <ohash.h>
#include <inconsist.h>
#include <vice_file.h>
#include <deprecations.h>
Go to the source code of this file.
Classes | |
class | vrtab |
class | vrent |
Macros | |
#define | VRDB_PATH vice_config_path("db/VRDB") |
#define | VRDB_TEMP vice_config_path("db/VRDB.new") |
#define | VRLIST_PATH vice_config_path("db/VRList") |
#define | VRTABHASHSIZE 128 |
Functions | |
void | CheckVRDB () |
int | DumpVRDB (int outfd) |
int | XlateVid (VolumeId *, int *=NULL, int *=NULL, int *voltype=NULL) |
int | ReverseXlateVid (VolumeId *, int *=NULL) |
Variables | |
vrtab | VRDB |
#define VRDB_PATH vice_config_path("db/VRDB") |
#define VRDB_TEMP vice_config_path("db/VRDB.new") |
#define VRLIST_PATH vice_config_path("db/VRList") |
#define VRTABHASHSIZE 128 |
void CheckVRDB | ( | ) |
int DumpVRDB | ( | int | outfd | ) |
int ReverseXlateVid | ( | VolumeId * | vidp, |
int * | idx = NULL |
||
) |
|
extern |