You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
273 B
14 lines
273 B
19 years ago
|
#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_ */
|
||
|
|
||
|
|