Coda Distributed File System
Functions | Variables
norton.h File Reference
#include <cvnode.h>
#include <volume.h>
#include <index.h>
#include <recov.h>
#include <camprivate.h>
Include dependency graph for norton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void NortonInit (char *log_dev, char *data_dev, int data_len)
 
void InitParsing ()
 
void notyet (int, char **)
 
void examine (int argc, char *argv[])
 
void show_debug (int, char **)
 
void set_debug (int, char **)
 
void print_volume (VolHead *)
 
void print_volume_details (VolHead *)
 
VolHeadGetVol (VolumeId)
 
VolHeadGetVol (char *)
 
int GetVolIndex (VolumeId)
 
void list_vols (int, char **)
 
void list_vols ()
 
void show_volume (int, char **)
 
void show_volume (VolumeId)
 
void show_volume (char *)
 
void show_volume_details (int, char **)
 
void show_volume_details (VolumeId)
 
void show_volume_details (char *)
 
void show_index (int, char **)
 
void show_index (VolumeId)
 
void show_index (char *)
 
void sh_delete_volume (int, char **)
 
void undelete_volume (int, char **)
 
void sh_rename_volume (int, char **)
 
void show_vnode (int, char **)
 
void show_vnode (VolumeId, VnodeId, Unique_t)
 
void show_vnode (VolumeId, Unique_t)
 
void show_free (int, char **)
 
void set_linkcount (int, char **)
 
void PrintVnodeDiskObject (VnodeDiskObject *)
 
int GetMaxVolId ()
 
VolumeHeaderVolHeaderByIndex (int)
 
VolHeadVolByIndex (int)
 
void show_dir (int, char **)
 
void show_dir (VolumeId, VnodeId, Unique_t)
 
void delete_name (int, char **)
 
void sh_create_name (int, char **)
 
void show_heap (int, char **)
 

Variables

unsigned int norton_debug
 
int mapprivate
 

Function Documentation

◆ delete_name()

void delete_name ( int  ,
char **   
)

◆ examine()

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

◆ GetMaxVolId()

int GetMaxVolId ( )

◆ GetVol() [1/2]

VolHead * GetVol ( char *  name)

◆ GetVol() [2/2]

VolHead * GetVol ( VolumeId  volid)

◆ GetVolIndex()

int GetVolIndex ( VolumeId  volid)

◆ InitParsing()

void InitParsing ( )

◆ list_vols() [1/2]

void list_vols ( )

◆ list_vols() [2/2]

void list_vols ( int  ,
char **   
)

◆ NortonInit()

void NortonInit ( char *  log_dev,
char *  data_dev,
int  data_len 
)

◆ notyet()

void notyet ( int  ,
char **   
)

◆ print_volume()

void print_volume ( VolHead vol)

◆ print_volume_details()

void print_volume_details ( VolHead vol)

◆ PrintVnodeDiskObject()

void PrintVnodeDiskObject ( VnodeDiskObject vnode)

◆ set_debug()

void set_debug ( int  ,
char **   
)

◆ set_linkcount()

void set_linkcount ( int  ,
char **   
)

◆ sh_create_name()

void sh_create_name ( int  argc,
char **  argv 
)

◆ sh_delete_volume()

void sh_delete_volume ( int  argc,
char **  argv 
)

◆ sh_rename_volume()

void sh_rename_volume ( int  argc,
char **  argv 
)

◆ show_debug()

void show_debug ( int  ,
char **   
)

◆ show_dir() [1/2]

void show_dir ( int  ,
char **   
)

◆ show_dir() [2/2]

void show_dir ( VolumeId  volid,
VnodeId  vnum,
Unique_t  unique 
)

◆ show_free()

void show_free ( int  ,
char **   
)

◆ show_heap()

void show_heap ( int  ,
char **   
)

◆ show_index() [1/3]

void show_index ( char *  name)

◆ show_index() [2/3]

void show_index ( int  ,
char **   
)

◆ show_index() [3/3]

void show_index ( VolumeId  volid)

◆ show_vnode() [1/3]

void show_vnode ( int  ,
char **   
)

◆ show_vnode() [2/3]

void show_vnode ( VolumeId  volid,
Unique_t  uniquifier 
)

◆ show_vnode() [3/3]

void show_vnode ( VolumeId  volid,
VnodeId  vnum,
Unique_t  uniquifier 
)

◆ show_volume() [1/3]

void show_volume ( char *  name)

◆ show_volume() [2/3]

void show_volume ( int  ,
char **   
)

◆ 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  ,
char **   
)

◆ show_volume_details() [3/3]

void show_volume_details ( VolumeId  volid)

◆ undelete_volume()

void undelete_volume ( int  ,
char **   
)

◆ VolByIndex()

VolHead * VolByIndex ( int  myind)

◆ VolHeaderByIndex()

VolumeHeader * VolHeaderByIndex ( int  myind)

Variable Documentation

◆ mapprivate

int mapprivate
extern

◆ norton_debug

unsigned int norton_debug
extern