Coda Distributed File System
|
#include <sys/types.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <ctype.h>
#include <sys/param.h>
#include <errno.h>
#include <sys/stat.h>
#include <stdio.h>
#include <sys/file.h>
#include <unistd.h>
#include <stdlib.h>
#include <lwp/lwp.h>
#include <lwp/lock.h>
#include <lwp/timer.h>
#include <rpc2/rpc2.h>
#include <rpc2/se.h>
#include <util.h>
#include <rvmlib.h>
#include <vice.h>
#include <volutil.h>
#include <cvnode.h>
#include <volume.h>
#include <partition.h>
#include <viceinode.h>
#include <vutil.h>
#include <index.h>
#include <resstats.h>
#include <dllist.h>
#include <vollocate.h>
Macros | |
#define | INFOFILE "/tmp/volinfo.tmp" |
Functions | |
void | PrintVnode (FILE *outfile, VnodeDiskObject *vnode, VnodeId vnodeNumber) |
long int | S_VolInfo (RPC2_Handle rpcid, RPC2_String formal_volkey, RPC2_Integer dumpall, SE_Descriptor *formal_sed) EXCLUDES_TRANSACTION |
#define INFOFILE "/tmp/volinfo.tmp" |
void PrintVnode | ( | FILE * | outfile, |
VnodeDiskObject * | vnode, | ||
VnodeId | vnodeNumber | ||
) |
long int S_VolInfo | ( | RPC2_Handle | rpcid, |
RPC2_String | formal_volkey, | ||
RPC2_Integer | dumpall, | ||
SE_Descriptor * | formal_sed | ||
) |