mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 02:36:44 +07:00
14 lines
273 B
C
14 lines
273 B
C
|
#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_ */
|
||
|
|
||
|
|