blob: 8ccd5ed81d9cae6713e8fda58c25723a61c49c9d [file] [log] [blame]
Adrian Bunkc98d8cf2006-03-24 03:15:53 -08001#ifndef _CODA_INT_
2#define _CODA_INT_
3
Jan Harkes3cf01f22007-07-19 01:48:51 -07004struct dentry;
5
Adrian Bunkc98d8cf2006-03-24 03:15:53 -08006extern struct file_system_type coda_fs_type;
Jan Harkes3cf01f22007-07-19 01:48:51 -07007extern unsigned long coda_timeout;
8extern int coda_hard;
9extern int coda_fake_statfs;
Adrian Bunkc98d8cf2006-03-24 03:15:53 -080010
11void coda_destroy_inodecache(void);
12int coda_init_inodecache(void);
13int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
14 int datasync);
Jan Harkes3cf01f22007-07-19 01:48:51 -070015void coda_sysctl_init(void);
16void coda_sysctl_clean(void);
Adrian Bunkc98d8cf2006-03-24 03:15:53 -080017
18#endif /* _CODA_INT_ */
19
20