#include <cvnode.h>
#include <volume.h>
#include <index.h>
#include <recov.h>
#include <camprivate.h>
Go to the source code of this file.
|
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 *) |
|
VolHead * | GetVol (VolumeId) |
|
VolHead * | GetVol (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 () |
|
VolumeHeader * | VolHeaderByIndex (int) |
|
VolHead * | VolByIndex (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 **) |
|
◆ delete_name()
void delete_name |
( |
int |
, |
|
|
char ** |
|
|
) |
| |
◆ examine()
void examine |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ GetMaxVolId()
◆ GetVol() [1/2]
◆ GetVol() [2/2]
◆ GetVolIndex()
int GetVolIndex |
( |
VolumeId |
volid | ) |
|
◆ InitParsing()
◆ list_vols() [1/2]
◆ 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()
◆ print_volume_details()
void print_volume_details |
( |
VolHead * |
vol | ) |
|
◆ PrintVnodeDiskObject()
◆ 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()
◆ VolHeaderByIndex()
◆ mapprivate
◆ norton_debug
unsigned int norton_debug |
|
extern |