Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / coda / coda_int.h
CommitLineData
c98d8cfb
AB
1#ifndef _CODA_INT_
2#define _CODA_INT_
3
3cf01f28
JH
4struct dentry;
5
c98d8cfb 6extern struct file_system_type coda_fs_type;
3cf01f28
JH
7extern unsigned long coda_timeout;
8extern int coda_hard;
9extern int coda_fake_statfs;
c98d8cfb
AB
10
11void coda_destroy_inodecache(void);
12int coda_init_inodecache(void);
13int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
14 int datasync);
3cf01f28
JH
15void coda_sysctl_init(void);
16void coda_sysctl_clean(void);
c98d8cfb
AB
17
18#endif /* _CODA_INT_ */
19
20