]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/coda/coda_int.h
xps: Transmit Packet Steering
[net-next-2.6.git] / fs / coda / coda_int.h
CommitLineData
c98d8cfb
AB
1#ifndef _CODA_INT_
2#define _CODA_INT_
3
3cf01f28 4struct dentry;
8d65af78 5struct file;
3cf01f28 6
c98d8cfb 7extern struct file_system_type coda_fs_type;
3cf01f28
JH
8extern unsigned long coda_timeout;
9extern int coda_hard;
10extern int coda_fake_statfs;
c98d8cfb
AB
11
12void coda_destroy_inodecache(void);
13int coda_init_inodecache(void);
7ea80859 14int coda_fsync(struct file *coda_file, int datasync);
3cf01f28
JH
15void coda_sysctl_init(void);
16void coda_sysctl_clean(void);
c98d8cfb
AB
17
18#endif /* _CODA_INT_ */
19
20