|
Coda Distributed File System
|
#include <sys/types.h>#include <sys/time.h>#include <stdio.h>#include <sys/signal.h>#include <unistd.h>#include <stdlib.h>#include "coda_string.h"#include <lwp/lwp.h>#include <lwp/lock.h>#include <rpc2/rpc2.h>#include <rpc2/errors.h>#include <util.h>#include <rvmlib.h>#include <codadir.h>#include <partition.h>#include <vice.h>#include <volutil.h>#include <prs.h>#include <voltypes.h>#include <cvnode.h>#include <volume.h>#include <viceinode.h>#include <vutil.h>#include <index.h>#include <recov.h>#include <camprivate.h>#include <coda_globals.h>#include <recov_vollog.h>#include "volutil.private.h"
Functions | |
| void | PrintVnode (FILE *outfile, VnodeDiskObject *vnode, VnodeId vnodeNumber) |
| long | S_VolCreate (RPC2_Handle rpcid, RPC2_String formal_partition, RPC2_String formal_volname, VolumeId *volid, RPC2_Integer repvol, VolumeId grpId) EXCLUDES_TRANSACTION |
Variables | |
| Error | error |
| void PrintVnode | ( | FILE * | outfile, |
| VnodeDiskObject * | vnode, | ||
| VnodeId | vnodeNumber | ||
| ) |
| long S_VolCreate | ( | RPC2_Handle | rpcid, |
| RPC2_String | formal_partition, | ||
| RPC2_String | formal_volname, | ||
| VolumeId * | volid, | ||
| RPC2_Integer | repvol, | ||
| VolumeId | grpId | ||
| ) |
| static void error |