Coda Distributed File System
|
#include <stdio.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <netinet/in.h>
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include <stdlib.h>
#include "coda_string.h"
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <lwp/timer.h>
#include <rpc2/rpc2.h>
#include <rpc2/se.h>
#include <rpc2/sftp.h>
#include <util.h>
#include <partition.h>
#include <vice.h>
#include <callback.h>
#include <volutil.h>
#include <voldump.h>
#include <auth2.h>
#include <avenus.h>
#include <vice_file.h>
#include <cvnode.h>
#include <volume.h>
#include <codaconf.h>
#include <getsecret.h>
#include <coda_getservbyname.h>
Classes | |
struct | rockInfo |
Macros | |
#define | ROCKTAG 12345 |
Functions | |
long | volDump_ExecuteRequest (RPC2_Handle, RPC2_PacketBuffer *, SE_Descriptor *) |
void | ReadConfigFile (void) |
int | main (int argc, char **argv) |
long | S_WriteDump (RPC2_Handle rpcid, RPC2_Unsigned offset, RPC2_Unsigned *nbytes, VolumeId volid, SE_Descriptor *BD) |
long | S_ReadDump (RPC2_Handle rpcid, RPC2_Unsigned offset, RPC2_Integer *nbytes, VolumeId volid, SE_Descriptor *BD) |
#define ROCKTAG 12345 |
int main | ( | int | argc, |
char ** | argv | ||
) |
void ReadConfigFile | ( | void | ) |
long S_ReadDump | ( | RPC2_Handle | rpcid, |
RPC2_Unsigned | offset, | ||
RPC2_Integer * | nbytes, | ||
VolumeId | volid, | ||
SE_Descriptor * | BD | ||
) |
long S_WriteDump | ( | RPC2_Handle | rpcid, |
RPC2_Unsigned | offset, | ||
RPC2_Unsigned * | nbytes, | ||
VolumeId | volid, | ||
SE_Descriptor * | BD | ||
) |
long volDump_ExecuteRequest | ( | RPC2_Handle | , |
RPC2_PacketBuffer * | , | ||
SE_Descriptor * | |||
) |