aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/coda_int.h
blob: 9e6338fea51471a1fa5fc1b12b774ed158e33ea3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _CODA_INT_
#define _CODA_INT_

extern struct file_system_type coda_fs_type;

void coda_destroy_inodecache(void);
int coda_init_inodecache(void);
int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
	       int datasync);

#endif  /*  _CODA_INT_  */