| Adrian Bunk | c98d8cf | 2006-03-24 03:15:53 -0800 | [diff] [blame] | 1 | #ifndef _CODA_INT_ | 
 | 2 | #define _CODA_INT_ | 
 | 3 |  | 
| Jan Harkes | 3cf01f2 | 2007-07-19 01:48:51 -0700 | [diff] [blame] | 4 | struct dentry; | 
| Alexey Dobriyan | 8d65af7 | 2009-09-23 15:57:19 -0700 | [diff] [blame] | 5 | struct file; | 
| Jan Harkes | 3cf01f2 | 2007-07-19 01:48:51 -0700 | [diff] [blame] | 6 |  | 
| Adrian Bunk | c98d8cf | 2006-03-24 03:15:53 -0800 | [diff] [blame] | 7 | extern struct file_system_type coda_fs_type; | 
| Jan Harkes | 3cf01f2 | 2007-07-19 01:48:51 -0700 | [diff] [blame] | 8 | extern unsigned long coda_timeout; | 
 | 9 | extern int coda_hard; | 
 | 10 | extern int coda_fake_statfs; | 
| Adrian Bunk | c98d8cf | 2006-03-24 03:15:53 -0800 | [diff] [blame] | 11 |  | 
 | 12 | void coda_destroy_inodecache(void); | 
 | 13 | int coda_init_inodecache(void); | 
 | 14 | int coda_fsync(struct file *coda_file, struct dentry *coda_dentry, | 
 | 15 | 	       int datasync); | 
| Jan Harkes | 3cf01f2 | 2007-07-19 01:48:51 -0700 | [diff] [blame] | 16 | void coda_sysctl_init(void); | 
 | 17 | void coda_sysctl_clean(void); | 
| Adrian Bunk | c98d8cf | 2006-03-24 03:15:53 -0800 | [diff] [blame] | 18 |  | 
 | 19 | #endif  /*  _CODA_INT_  */ | 
 | 20 |  | 
 | 21 |  |