blob: 6b443ff43a19dd829b1d35877d144e37b2fce918 [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;
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07005struct file;
Jan Harkes3cf01f22007-07-19 01:48:51 -07006
Adrian Bunkc98d8cf2006-03-24 03:15:53 -08007extern struct file_system_type coda_fs_type;
Jan Harkes3cf01f22007-07-19 01:48:51 -07008extern unsigned long coda_timeout;
9extern int coda_hard;
10extern int coda_fake_statfs;
Adrian Bunkc98d8cf2006-03-24 03:15:53 -080011
12void coda_destroy_inodecache(void);
13int coda_init_inodecache(void);
Christoph Hellwig7ea80852010-05-26 17:53:25 +020014int coda_fsync(struct file *coda_file, 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