|
Coda Distributed File System
|
#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <sys/types.h>#include <sys/stat.h>#include <lwp/lwp.h>#include <rvm/rvm.h>#include <rvm/rds.h>#include <rvmlib.h>#include <codadir.h>#include <partition.h>#include <util.h>#include <rec_dlist.h>#include <voltypes.h>#include <volume.h>#include "parser.h"#include "norton.h"
Macros | |
| #define | NUMBUFS 20 |
| #define | VOLUMECACHESIZE 50 |
Functions | |
| void | LoadRVM (char *log_dev, char *data_dev, rvm_offset_t data_len) |
| void | InitLWP () |
| void | InitVolTable (int) |
| void | NortonInitVolPackage () |
| void | NortonInit (char *log_dev, char *data_dev, int data_len) |
Variables | |
| unsigned int | norton_debug = 0 |
| int | mapprivate = 0 |
| struct camlib_recoverable_segment * | camlibRecoverableSegment |
| #define NUMBUFS 20 |
| #define VOLUMECACHESIZE 50 |
| void InitLWP | ( | ) |
| void InitVolTable | ( | int | size | ) |
| void LoadRVM | ( | char * | log_dev, |
| char * | data_dev, | ||
| rvm_offset_t | data_len | ||
| ) |
| void NortonInit | ( | char * | log_dev, |
| char * | data_dev, | ||
| int | data_len | ||
| ) |
| void NortonInitVolPackage | ( | ) |
| struct camlib_recoverable_segment* camlibRecoverableSegment |
| int mapprivate = 0 |
| unsigned int norton_debug = 0 |