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 ]
  1 #ifndef _CODA_INT_
  2 #define _CODA_INT_
  3 
  4 struct dentry;
  5 
  6 extern struct file_system_type coda_fs_type;
  7 extern unsigned long coda_timeout;
  8 extern int coda_hard;
  9 extern int coda_fake_statfs;
 10 
 11 void coda_destroy_inodecache(void);
 12 int coda_init_inodecache(void);
 13 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
 14                int datasync);
 15 void coda_sysctl_init(void);
 16 void coda_sysctl_clean(void);
 17 
 18 #endif  /*  _CODA_INT_  */
 19 
 20 
 21 
  This page was automatically generated by the LXR engine.