coda_int.h 434 B

1234567891011121314151617181920
  1. #ifndef _CODA_INT_
  2. #define _CODA_INT_
  3. struct dentry;
  4. extern struct file_system_type coda_fs_type;
  5. extern unsigned long coda_timeout;
  6. extern int coda_hard;
  7. extern int coda_fake_statfs;
  8. void coda_destroy_inodecache(void);
  9. int coda_init_inodecache(void);
  10. int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
  11. int datasync);
  12. void coda_sysctl_init(void);
  13. void coda_sysctl_clean(void);
  14. #endif /* _CODA_INT_ */