Coda Distributed File System
Functions | Variables
vol-create.cc File Reference
#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"
Include dependency graph for vol-create.cc:

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
 

Function Documentation

◆ PrintVnode()

void PrintVnode ( FILE *  outfile,
VnodeDiskObject vnode,
VnodeId  vnodeNumber 
)

◆ S_VolCreate()

long S_VolCreate ( RPC2_Handle  rpcid,
RPC2_String  formal_partition,
RPC2_String  formal_volname,
VolumeId *  volid,
RPC2_Integer  repvol,
VolumeId  grpId 
)

Variable Documentation

◆ error

static void error