Blame view

fs/coda/coda_int.h 437 Bytes
c98d8cfbc   Adrian Bunk   [PATCH] fs/coda/:...
1
2
  #ifndef _CODA_INT_
  #define _CODA_INT_
3cf01f28c   Jan Harkes   coda: remove stat...
3
  struct dentry;
8d65af789   Alexey Dobriyan   sysctl: remove "s...
4
  struct file;
3cf01f28c   Jan Harkes   coda: remove stat...
5

c98d8cfbc   Adrian Bunk   [PATCH] fs/coda/:...
6
  extern struct file_system_type coda_fs_type;
3cf01f28c   Jan Harkes   coda: remove stat...
7
8
9
  extern unsigned long coda_timeout;
  extern int coda_hard;
  extern int coda_fake_statfs;
c98d8cfbc   Adrian Bunk   [PATCH] fs/coda/:...
10
11
12
  
  void coda_destroy_inodecache(void);
  int coda_init_inodecache(void);
02c24a821   Josef Bacik   fs: push i_mutex ...
13
  int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
3cf01f28c   Jan Harkes   coda: remove stat...
14
15
  void coda_sysctl_init(void);
  void coda_sysctl_clean(void);
c98d8cfbc   Adrian Bunk   [PATCH] fs/coda/:...
16
17
  
  #endif  /*  _CODA_INT_  */