|
Coda Distributed File System
|
#include <stdio.h>#include "coda_string.h"#include <sys/types.h>#include <errno.h>#include <struct.h>#include <sys/param.h>#include <unistd.h>#include <stdlib.h>#include <rpc2/rpc2.h>#include <vice.h>#include <parse_realms.h>#include "comm.h"#include "fso.h"#include "local.h"#include "mariner.h"#include "mgrp.h"#include "user.h"#include "venus.private.h"#include "venuscb.h"#include "venusrecov.h"#include "venusvol.h"#include "vproc.h"#include "codaconf.h"#include "realmdb.h"
Macros | |
| #define | ASR_UID 0 /* XXX: To be changed! */ |
| #define | VOLBUSY(vol) ((vol)->resolver_count || (vol)->mutator_count || (vol)->observer_count) |
Functions | |
| void | VolInit (void) |
| void | VolInitPost (void) |
| int | VOL_HashFN (const void *key) |
Variables | |
| int | MLEs = 0 |
| int | default_reintegration_age |
| int | default_reintegration_time |
| #define ASR_UID 0 /* XXX: To be changed! */ |
| #define VOLBUSY | ( | vol | ) | ((vol)->resolver_count || (vol)->mutator_count || (vol)->observer_count) |
| int VOL_HashFN | ( | const void * | key | ) |
| void VolInit | ( | void | ) |
| void VolInitPost | ( | void | ) |
| int default_reintegration_age |
| int default_reintegration_time |
| int MLEs = 0 |