Coda Distributed File System
|
Go to the source code of this file.
Classes | |
struct | camlib_recoverable_segment |
Macros | |
#define | MAXVOLS 1024 /* make this a power of 2 */ |
#define | LARGEFREESIZE MAXVOLS / 8 |
#define | SMALLFREESIZE MAXVOLS / 2 |
#define | LARGEGROWSIZE 128 |
#define | SMALLGROWSIZE 256 |
#define | SRV_RVM(name) (((struct camlib_recoverable_segment *)(camlibRecoverableSegment))->name) |
Typedefs | |
typedef int | bool_t |
Variables | |
struct camlib_recoverable_segment * | camlibRecoverableSegment |
#define LARGEGROWSIZE 128 |
#define MAXVOLS 1024 /* make this a power of 2 */ |
#define SMALLGROWSIZE 256 |
#define SRV_RVM | ( | name | ) | (((struct camlib_recoverable_segment *)(camlibRecoverableSegment))->name) |
typedef int bool_t |
|
extern |