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

Go to the source code of this file.

Classes

union  hblock
 
struct  hblock::header
 

Macros

#define TBLOCK   512
 
#define NBLOCK   20
 
#define NAMSIZ   100
 
#define STOREDATA   '\0'
 
#define LINK   '1'
 
#define SYMLINK   '2'
 
#define STORESTATUS   '3'
 
#define REMOVE   '4'
 
#define RENAME   '5'
 
#define MKDIR   '6'
 
#define RMDIR   '7'
 

Macro Definition Documentation

◆ LINK

#define LINK   '1'

◆ MKDIR

#define MKDIR   '6'

◆ NAMSIZ

#define NAMSIZ   100

◆ NBLOCK

#define NBLOCK   20

◆ REMOVE

#define REMOVE   '4'

◆ RENAME

#define RENAME   '5'

◆ RMDIR

#define RMDIR   '7'

◆ STOREDATA

#define STOREDATA   '\0'

◆ STORESTATUS

#define STORESTATUS   '3'

◆ SYMLINK

#define SYMLINK   '2'

◆ TBLOCK

#define TBLOCK   512