coda_int.h 444 B

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