Linux Kernel
3.7.1
|
#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"
Go to the source code of this file.
Enumerations | |
enum | { opt_creator, opt_type, opt_umask, opt_uid, opt_gid, opt_part, opt_session, opt_nls, opt_nodecompose, opt_decompose, opt_barrier, opt_nobarrier, opt_force, opt_err } |
Functions | |
void | hfsplus_fill_defaults (struct hfsplus_sb_info *opts) |
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) |
anonymous enum |
void hfsplus_fill_defaults | ( | struct hfsplus_sb_info * | opts | ) |
int hfsplus_parse_options | ( | char * | input, |
struct hfsplus_sb_info * | sbi | ||
) |