Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Enumerations
afs_cm.h File Reference

Go to the source code of this file.

Macros

#define AFS_CM_PORT   7001 /* AFS file server port */
 
#define CM_SERVICE   1 /* AFS File Service ID */
 
#define AFS_CAP_ERROR_TRANSLATION   0x1
 

Enumerations

enum  AFS_CM_Operations {
  CBCallBack = 204, CBInitCallBackState = 205, CBProbe = 206, CBGetLock = 207,
  CBGetCE = 208, CBGetXStatsVersion = 209, CBGetXStats = 210, CBInitCallBackState3 = 213,
  CBProbeUuid = 214, CBTellMeAboutYourself = 65538
}
 

Macro Definition Documentation

#define AFS_CAP_ERROR_TRANSLATION   0x1

Definition at line 31 of file afs_cm.h.

#define AFS_CM_PORT   7001 /* AFS file server port */

Definition at line 15 of file afs_cm.h.

#define CM_SERVICE   1 /* AFS File Service ID */

Definition at line 16 of file afs_cm.h.

Enumeration Type Documentation

Enumerator:
CBCallBack 
CBInitCallBackState 
CBProbe 
CBGetLock 
CBGetCE 
CBGetXStatsVersion 
CBGetXStats 
CBInitCallBackState3 
CBProbeUuid 
CBTellMeAboutYourself 

Definition at line 18 of file afs_cm.h.