Coda Distributed File System
|
Go to the source code of this file.
Classes | |
class | recov_vol_log |
Macros | |
#define | LOGRECORD_BLOCKSIZE 32 /* # log records in each block allocated */ |
#define | VOLLOG_GROWSIZE 32 /* # log records to grow by */ |
#define | SEQNO_GROWSIZE 200 /* increase seq no on log records in rvm every 200 spools */ |
#define | VERSION_NUMBER 1 |
#define | MAXWRAPTRIES 32 |
Typedefs | |
typedef struct VolumeDiskData | VolumeDiskData |
Functions | |
void | CreateRootLog (Volume *, Vnode *) REQUIRES_TRANSACTION |
void | CreateResLog (Volume *, Vnode *) |
#define MAXWRAPTRIES 32 |
#define SEQNO_GROWSIZE 200 /* increase seq no on log records in rvm every 200 spools */ |
#define VERSION_NUMBER 1 |
#define VOLLOG_GROWSIZE 32 /* # log records to grow by */ |
typedef struct VolumeDiskData VolumeDiskData |