Coda Distributed File System
Functions
norton-volume.cc File Reference
#include <stdio.h>
#include <time.h>
#include "coda_string.h"
#include <cvnode.h>
#include <volume.h>
#include <index.h>
#include <recov.h>
#include <camprivate.h>
#include <coda_globals.h>
#include <parser.h>
#include "norton.h"
Include dependency graph for norton-volume.cc:

Functions

void print_volume (VolHead *vol)
 
void print_volume_details (VolHead *vol)
 
VolHeadGetVol (char *name)
 
VolHeadGetVol (VolumeId volid)
 
int GetVolIndex (VolumeId volid)
 
void list_vols (int argc, char *argv[])
 
void list_vols ()
 
void show_all_volumes ()
 
void show_volume (int argc, char *argv[])
 
void show_volume (VolumeId volid)
 
void show_volume (char *name)
 
void sh_delete_volume (int argc, char **argv) EXCLUDES_TRANSACTION
 
void show_volume_details (VolumeId volid)
 
void show_volume_details (char *name)
 
void show_volume_details (int argc, char *argv[])
 
void show_index (VolumeId volid)
 
void show_index (char *name)
 
void show_index (int argc, char *argv[])
 
void sh_rename_volume (int argc, char **argv) EXCLUDES_TRANSACTION
 

Function Documentation

◆ GetVol() [1/2]

VolHead * GetVol ( char *  name)

◆ GetVol() [2/2]

VolHead * GetVol ( VolumeId  volid)

◆ GetVolIndex()

int GetVolIndex ( VolumeId  volid)

◆ list_vols() [1/2]

void list_vols ( )

◆ list_vols() [2/2]

void list_vols ( int  argc,
char *  argv[] 
)

◆ print_volume()

void print_volume ( VolHead vol)

◆ print_volume_details()

void print_volume_details ( VolHead vol)

◆ sh_delete_volume()

void sh_delete_volume ( int  argc,
char **  argv 
)

◆ sh_rename_volume()

void sh_rename_volume ( int  argc,
char **  argv 
)

◆ show_all_volumes()

void show_all_volumes ( )

◆ show_index() [1/3]

void show_index ( char *  name)

◆ show_index() [2/3]

void show_index ( int  argc,
char *  argv[] 
)

◆ show_index() [3/3]

void show_index ( VolumeId  volid)

◆ show_volume() [1/3]

void show_volume ( char *  name)

◆ show_volume() [2/3]

void show_volume ( int  argc,
char *  argv[] 
)

◆ show_volume() [3/3]

void show_volume ( VolumeId  volid)

◆ show_volume_details() [1/3]

void show_volume_details ( char *  name)

◆ show_volume_details() [2/3]

void show_volume_details ( int  argc,
char *  argv[] 
)

◆ show_volume_details() [3/3]

void show_volume_details ( VolumeId  volid)