#include "xfs.h"
#include "xfs_error.h"
static struct ctl_table_header *xfs_table_header;
#ifdef CONFIG_PROC_FS
STATIC int
xfs_stats_clear_proc_handler(
const struct ctl_table *ctl,
int write,
void *buffer,
size_t *lenp,
loff_t *ppos)
{ … }
STATIC int
xfs_panic_mask_proc_handler(
const struct ctl_table *ctl,
int write,
void *buffer,
size_t *lenp,
loff_t *ppos)
{ … }
#endif
STATIC int
xfs_deprecated_dointvec_minmax(
const struct ctl_table *ctl,
int write,
void *buffer,
size_t *lenp,
loff_t *ppos)
{ … }
static struct ctl_table xfs_table[] = …;
int
xfs_sysctl_register(void)
{ … }
void
xfs_sysctl_unregister(void)
{ … }