Loading...
1#ifndef _CODA_INT_
2#define _CODA_INT_
3
4struct dentry;
5struct file;
6
7extern struct file_system_type coda_fs_type;
8extern unsigned long coda_timeout;
9extern int coda_hard;
10extern int coda_fake_statfs;
11
12void coda_destroy_inodecache(void);
13int __init coda_init_inodecache(void);
14int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
15void coda_sysctl_init(void);
16void coda_sysctl_clean(void);
17
18#endif /* _CODA_INT_ */
19
20
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _CODA_INT_
3#define _CODA_INT_
4
5struct dentry;
6struct file;
7
8extern struct file_system_type coda_fs_type;
9extern unsigned long coda_timeout;
10extern int coda_hard;
11extern int coda_fake_statfs;
12
13void coda_destroy_inodecache(void);
14int __init coda_init_inodecache(void);
15int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
16void coda_sysctl_init(void);
17void coda_sysctl_clean(void);
18
19#endif /* _CODA_INT_ */
20
21