Coda Distributed File System
Classes | Macros | Typedefs | Variables
coda_globals.h File Reference
This graph shows which files directly or indirectly include this file:

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_segmentcamlibRecoverableSegment
 

Macro Definition Documentation

◆ LARGEFREESIZE

#define LARGEFREESIZE   MAXVOLS / 8

◆ LARGEGROWSIZE

#define LARGEGROWSIZE   128

◆ MAXVOLS

#define MAXVOLS   1024 /* make this a power of 2 */

◆ SMALLFREESIZE

#define SMALLFREESIZE   MAXVOLS / 2

◆ SMALLGROWSIZE

#define SMALLGROWSIZE   256

◆ SRV_RVM

#define SRV_RVM (   name)     (((struct camlib_recoverable_segment *)(camlibRecoverableSegment))->name)

Typedef Documentation

◆ bool_t

typedef int bool_t

Variable Documentation

◆ camlibRecoverableSegment

struct camlib_recoverable_segment* camlibRecoverableSegment
extern