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

Go to the source code of this file.

Classes

struct  fid_ent_s
 

Macros

#define MAXNAMLEN   255
 
#define V_BLKSIZE   8192
 
#define MOUNT_CFS   1
 
#define CFID_REALM   0
 
#define CFID_VOLUME   1
 
#define CFID_VNODE   2
 
#define CFID_UNIQUE   3
 

Typedefs

typedef struct fid_ent_s fid_ent_t
 

Functions

char * FID_ (const struct CodaFid *fid)
 

Macro Definition Documentation

◆ CFID_REALM

#define CFID_REALM   0

◆ CFID_UNIQUE

#define CFID_UNIQUE   3

◆ CFID_VNODE

#define CFID_VNODE   2

◆ CFID_VOLUME

#define CFID_VOLUME   1

◆ MAXNAMLEN

#define MAXNAMLEN   255

◆ MOUNT_CFS

#define MOUNT_CFS   1

◆ V_BLKSIZE

#define V_BLKSIZE   8192

Typedef Documentation

◆ fid_ent_t

typedef struct fid_ent_s fid_ent_t

Function Documentation

◆ FID_()

char * FID_ ( const struct CodaFid fid)
inline