|
Coda Distributed File System
|
#include <vice_file.h>

Go to the source code of this file.
Classes | |
| struct | vldb |
| struct | vldbHeader |
Macros | |
| #define | MAXVOLTYPES |
| #define | LOG_VLDBSIZE 6 /* Assume the structure is 64 bytes */ |
| #define | VLDB_MAGIC 0xABCD4321 |
| #define | N_SERVERIDS 256 /* Not easy to change--maximum number of servers */ |
| #define | VLDB_PATH vice_config_path("db/VLDB") |
| #define | VLDB_TEMP vice_config_path("db/VLDB.new") |
| #define | BACKUPLIST_PATH vice_config_path("vol/BackupList") |
Typedefs | |
| typedef unsigned int | uint32_t |
Functions | |
| struct vldb * | VLDBLookup (char *key) |
| int | VLDBPrint () |
| #define BACKUPLIST_PATH vice_config_path("vol/BackupList") |
| #define MAXVOLTYPES |
| #define N_SERVERIDS 256 /* Not easy to change--maximum number of servers */ |
| #define VLDB_MAGIC 0xABCD4321 |
| #define VLDB_PATH vice_config_path("db/VLDB") |
| #define VLDB_TEMP vice_config_path("db/VLDB.new") |
| typedef unsigned int uint32_t |
| struct vldb * VLDBLookup | ( | char * | key | ) |
| int VLDBPrint | ( | ) |