repo init
[linux-rt-nao.git] / fs / coda / coda_int.h
blobdcd35eb89e0ff5580c88e3c0a7df70f6e5021bde
1 #ifndef _CODA_INT_
2 #define _CODA_INT_
4 struct dentry;
6 extern struct file_system_type coda_fs_type;
7 extern unsigned long coda_timeout;
8 extern int coda_hard;
9 extern int coda_fake_statfs;
11 void coda_destroy_inodecache(void);
12 int coda_init_inodecache(void);
13 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
14 int datasync);
15 #ifdef CONFIG_SYSCTL
16 void coda_sysctl_init(void);
17 void coda_sysctl_clean(void);
18 #else
19 static inline void coda_sysctl_init(void) { }
20 static inline void coda_sysctl_clean(void) { }
21 #endif
23 #endif /* _CODA_INT_ */