Coda Distributed File System
|
#include <stdio.h>
#include <sys/types.h>
#include <sys/param.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <sys/time.h>
#include <ctype.h>
#include <unistd.h>
#include <stdlib.h>
#include "coda_string.h"
#include <struct.h>
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <rpc2/rpc2.h>
#include <rpc2/errors.h>
#include <util.h>
#include <codadir.h>
#include <inodeops.h>
#include <volutil.h>
#include <rvmlib.h>
#include <voltypes.h>
#include <vldb.h>
#include <vice.h>
#include <cvnode.h>
#include <volume.h>
#include <camprivate.h>
#include <recov.h>
#include <dump.h>
#include <fssync.h>
#include <al.h>
#include <rec_smolist.h>
#include <partition.h>
#include <viceinode.h>
#include <vutil.h>
#include <index.h>
#include <volhash.h>
#include <coda_globals.h>
#include <voldump.h>
Macros | |
#define | DUMPBUFSIZE 512000 |
Functions | |
void | PollAndYield () |
long | S_VolRestore (RPC2_Handle rpcid, RPC2_String formal_partition, RPC2_String formal_volname, RPC2_Unsigned *formal_volid) EXCLUDES_TRANSACTION |
#define DUMPBUFSIZE 512000 |
void PollAndYield | ( | ) |
long S_VolRestore | ( | RPC2_Handle | rpcid, |
RPC2_String | formal_partition, | ||
RPC2_String | formal_volname, | ||
RPC2_Unsigned * | formal_volid | ||
) |