xref: /openbmc/linux/fs/coda/coda_int.h (revision e868d61272caa648214046a096e5a6bfc068dc8c)
1 #ifndef _CODA_INT_
2 #define _CODA_INT_
3 
4 extern struct file_system_type coda_fs_type;
5 
6 void coda_destroy_inodecache(void);
7 int coda_init_inodecache(void);
8 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
9 	       int datasync);
10 
11 #endif  /*  _CODA_INT_  */
12 
13 
14