#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/parser.h>
#include <linux/nls.h>
#include <linux/mount.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include "hfsplus_fs.h"
enum { … };
static const match_table_t tokens = …;
void hfsplus_fill_defaults(struct hfsplus_sb_info *opts)
{ … }
static inline int match_fourchar(substring_t *arg, u32 *result)
{ … }
int hfsplus_parse_options_remount(char *input, int *force)
{ … }
int hfsplus_parse_options(char *input, struct hfsplus_sb_info *sbi)
{ … }
int hfsplus_show_options(struct seq_file *seq, struct dentry *root)
{ … }