2006-03-24 11:15:53 +00:00
|
|
|
#ifndef _CODA_INT_
|
|
|
|
#define _CODA_INT_
|
|
|
|
|
2007-07-19 08:48:51 +00:00
|
|
|
struct dentry;
|
2009-09-23 22:57:19 +00:00
|
|
|
struct file;
|
2007-07-19 08:48:51 +00:00
|
|
|
|
2006-03-24 11:15:53 +00:00
|
|
|
extern struct file_system_type coda_fs_type;
|
2007-07-19 08:48:51 +00:00
|
|
|
extern unsigned long coda_timeout;
|
|
|
|
extern int coda_hard;
|
|
|
|
extern int coda_fake_statfs;
|
2006-03-24 11:15:53 +00:00
|
|
|
|
|
|
|
void coda_destroy_inodecache(void);
|
|
|
|
int coda_init_inodecache(void);
|
2011-07-17 00:44:56 +00:00
|
|
|
int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
|
2007-07-19 08:48:51 +00:00
|
|
|
void coda_sysctl_init(void);
|
|
|
|
void coda_sysctl_clean(void);
|
2006-03-24 11:15:53 +00:00
|
|
|
|
|
|
|
#endif /* _CODA_INT_ */
|
|
|
|
|
|
|
|
|