Coda Distributed File System
|
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
#include <sys/time.h>
#include <unistd.h>
#include <stdlib.h>
#include "coda_string.h"
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <struct.h>
#include <inodeops.h>
#include <util.h>
#include <rvmlib.h>
#include <volutil.h>
#include <vice.h>
#include <voltypes.h>
#include <cvnode.h>
#include <volume.h>
#include <camprivate.h>
#include <srv.h>
#include <vutil.h>
#include <index.h>
#include <recov.h>
#include <codadir.h>
#include <volhash.h>
#include <coda_globals.h>
#include <volutil.private.h>
Functions | |
void | PollAndYield () |
void | checklists (int vol_index) |
long | S_VolMakeBackups (RPC2_Handle rpcid, VolumeId originalId, VolumeId *backupId) EXCLUDES_TRANSACTION |
Variables | |
int | MaxVnodesPerTransaction |
void checklists | ( | int | vol_index | ) |
void PollAndYield | ( | ) |
long S_VolMakeBackups | ( | RPC2_Handle | rpcid, |
VolumeId | originalId, | ||
VolumeId * | backupId | ||
) |
|
extern |