VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
b24413180f560 (Greg Kroah-Hartman 2017-11-01 15:07:57 +0100  1) /* SPDX-License-Identifier: GPL-2.0 */
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800  2) #ifndef _CODA_INT_
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800  3) #define _CODA_INT_
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800  4) 
3cf01f28c303b (Jan Harkes         2007-07-19 01:48:51 -0700  5) struct dentry;
8d65af789f3e2 (Alexey Dobriyan    2009-09-23 15:57:19 -0700  6) struct file;
3cf01f28c303b (Jan Harkes         2007-07-19 01:48:51 -0700  7) 
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800  8) extern struct file_system_type coda_fs_type;
3cf01f28c303b (Jan Harkes         2007-07-19 01:48:51 -0700  9) extern unsigned long coda_timeout;
3cf01f28c303b (Jan Harkes         2007-07-19 01:48:51 -0700 10) extern int coda_hard;
3cf01f28c303b (Jan Harkes         2007-07-19 01:48:51 -0700 11) extern int coda_fake_statfs;
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800 12) 
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800 13) void coda_destroy_inodecache(void);
5f356fd4d75fd (Fabian Frederick   2014-04-03 14:50:24 -0700 14) int __init coda_init_inodecache(void);
02c24a82187d5 (Josef Bacik        2011-07-16 20:44:56 -0400 15) int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 16) 
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 17) #ifdef CONFIG_SYSCTL
3cf01f28c303b (Jan Harkes         2007-07-19 01:48:51 -0700 18) void coda_sysctl_init(void);
3cf01f28c303b (Jan Harkes         2007-07-19 01:48:51 -0700 19) void coda_sysctl_clean(void);
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 20) #else
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 21) static inline void coda_sysctl_init(void)
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 22) {
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 23) }
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800 24) 
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 25) static inline void coda_sysctl_clean(void)
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 26) {
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 27) }
6975259ae30e0 (Fabian Frederick   2019-07-16 16:29:03 -0700 28) #endif
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800 29) #endif  /*  _CODA_INT_  */
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800 30) 
c98d8cfbc600a (Adrian Bunk        2006-03-24 03:15:53 -0800 31)