]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/coda/coda_int.h
media: dvb_ca_en50221: prevent using slot_info for Spectre attacs
[mirror_ubuntu-bionic-kernel.git] / fs / coda / coda_int.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
c98d8cfb
AB
2#ifndef _CODA_INT_
3#define _CODA_INT_
4
3cf01f28 5struct dentry;
8d65af78 6struct file;
3cf01f28 7
c98d8cfb 8extern struct file_system_type coda_fs_type;
3cf01f28
JH
9extern unsigned long coda_timeout;
10extern int coda_hard;
11extern int coda_fake_statfs;
c98d8cfb
AB
12
13void coda_destroy_inodecache(void);
5f356fd4 14int __init coda_init_inodecache(void);
02c24a82 15int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
3cf01f28
JH
16void coda_sysctl_init(void);
17void coda_sysctl_clean(void);
c98d8cfb
AB
18
19#endif /* _CODA_INT_ */
20
21