coda_int.h 273 B

12345678910111213
  1. #ifndef _CODA_INT_
  2. #define _CODA_INT_
  3. extern struct file_system_type coda_fs_type;
  4. void coda_destroy_inodecache(void);
  5. int coda_init_inodecache(void);
  6. int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
  7. int datasync);
  8. #endif /* _CODA_INT_ */