From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- fs/coda/coda_int.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fs/coda/coda_int.h (limited to 'fs/coda/coda_int.h') diff --git a/fs/coda/coda_int.h b/fs/coda/coda_int.h new file mode 100644 index 000000000..381c993b1 --- /dev/null +++ b/fs/coda/coda_int.h @@ -0,0 +1,20 @@ +#ifndef _CODA_INT_ +#define _CODA_INT_ + +struct dentry; +struct file; + +extern struct file_system_type coda_fs_type; +extern unsigned long coda_timeout; +extern int coda_hard; +extern int coda_fake_statfs; + +void coda_destroy_inodecache(void); +int __init coda_init_inodecache(void); +int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync); +void coda_sysctl_init(void); +void coda_sysctl_clean(void); + +#endif /* _CODA_INT_ */ + + -- cgit v1.2.3-54-g00ecf