blob: d99860a33890d7ae9a0734b17c5fc4e0263eebdf [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);
14int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
15 int datasync);
Jan Harkes3cf01f22007-07-19 01:48:51 -070016void coda_sysctl_init(void);
17void coda_sysctl_clean(void);
Adrian Bunkc98d8cf2006-03-24 03:15:53 -080018
19#endif /* _CODA_INT_ */
20
21