Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]

Diff markup

Differences between /linux/fs/afs/afs_cm.h (Version 2.6.25.8) and /linux/fs/afs/afs_cm.h (Version 2.6.11.8)


  1 /* AFS Cache Manager definitions                    1 
  2  *                                                
  3  * Copyright (C) 2007 Red Hat, Inc. All Rights    
  4  * Written by David Howells (dhowells@redhat.c    
  5  *                                                
  6  * This program is free software; you can redi    
  7  * modify it under the terms of the GNU Genera    
  8  * as published by the Free Software Foundatio    
  9  * 2 of the License, or (at your option) any l    
 10  */                                               
 11                                                   
 12 #ifndef AFS_CM_H                                  
 13 #define AFS_CM_H                                  
 14                                                   
 15 #define AFS_CM_PORT             7001    /* AFS    
 16 #define CM_SERVICE              1       /* AFS    
 17                                                   
 18 enum AFS_CM_Operations {                          
 19         CBCallBack              = 204,  /* bre    
 20         CBInitCallBackState     = 205,  /* ini    
 21         CBProbe                 = 206,  /* pro    
 22         CBGetLock               = 207,  /* get    
 23         CBGetCE                 = 208,  /* get    
 24         CBGetXStatsVersion      = 209,  /* get    
 25         CBGetXStats             = 210,  /* get    
 26         CBInitCallBackState3    = 213,  /* ini    
 27         CBGetCapabilities       = 65538, /* ge    
 28 };                                                
 29                                                   
 30 #define AFS_CAP_ERROR_TRANSLATION       0x1       
 31                                                   
 32 #endif /* AFS_FS_H */                             
 33                                                   
  This page was automatically generated by the LXR engine.