|
Coda Distributed File System
|
#include <sys/param.h>#include <stdio.h>#include <parser.h>#include <limits.h>#include <unistd.h>#include <stdlib.h>#include <time.h>#include <lwp/lwp.h>#include <lwp/lock.h>#include <inconsist.h>#include <util.h>#include <voltypes.h>#include <vcrcommon.h>#include <cvnode.h>#include <volume.h>#include "dump.h"#include "dumpstream.h"
Macros | |
| #define | PAGESIZE 2048 /* This is a problem, but can't inherit dirvnode.h */ |
Functions | |
| void | OpenDumpFile (int, char **) |
| void | setIndex (int, char **) |
| void | showHeader (int, char **) |
| void | showVolumeDiskData (int, char **) |
| void | showVnodeDiskObject (int, char **) |
| void | skipVnodes (int, char **) |
| int | Rewind (char *args) |
| void | PrintVersionVector (ViceVersionVector *v, const char *prefix) |
| int | main (int argc, char **argv) |
Variables | |
| command_t | list [] |
| char | DefaultDumpFile [MAXPATHLEN] |
| char | DefaultSize [10] |
| dumpstream * | DumpStream |
| int | Open = 0 |
| #define PAGESIZE 2048 /* This is a problem, but can't inherit dirvnode.h */ |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void OpenDumpFile | ( | int | largc, |
| char ** | largv | ||
| ) |
| void PrintVersionVector | ( | ViceVersionVector * | v, |
| const char * | prefix | ||
| ) |
| int Rewind | ( | char * | args | ) |
| void setIndex | ( | int | largc, |
| char ** | largv | ||
| ) |
| void showHeader | ( | int | largc, |
| char ** | largv | ||
| ) |
| void showVnodeDiskObject | ( | int | largc, |
| char ** | largv | ||
| ) |
| void showVolumeDiskData | ( | int | largc, |
| char ** | largv | ||
| ) |
| void skipVnodes | ( | int | largc, |
| char ** | largv | ||
| ) |
| char DefaultDumpFile[MAXPATHLEN] |
| char DefaultSize[10] |
| dumpstream* DumpStream |
| command_t list[] |
| int Open = 0 |