Coda Distributed File System
|
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <rpc2/errors.h>
#include <util.h>
#include <vice.h>
#include "voltypes.h"
#include "fssync.h"
#include "cvnode.h"
#include "volume.h"
#include "vutil.h"
Classes | |
struct | relocation |
Macros | |
#define | USUAL_PRIORITY (LWP_MAX_PRIORITY - 2) |
#define | MAXUTILITIES |
#define | MAXOFFLINEVOLUMES |
#define | MAXRELOCATIONS |
#define | REDIRECT_TIME 60 /* Volumes are redirected for 60 minutes */ |
Functions | |
int | FSYNC_clientInit () |
void | FSYNC_clientFinis () |
int | FSYNC_askfs (VolumeId volume, int com, int reason) |
void | FSYNC_fsInit () |
unsigned int | FSYNC_CheckRelocationSite (VolumeId volumeId) |
#define MAXOFFLINEVOLUMES |
#define MAXRELOCATIONS |
#define MAXUTILITIES |
#define USUAL_PRIORITY (LWP_MAX_PRIORITY - 2) |
int FSYNC_askfs | ( | VolumeId | volume, |
int | com, | ||
int | reason | ||
) |
unsigned int FSYNC_CheckRelocationSite | ( | VolumeId | volumeId | ) |
void FSYNC_clientFinis | ( | ) |
int FSYNC_clientInit | ( | ) |
void FSYNC_fsInit | ( | ) |