Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
options.c File Reference
#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)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
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 

Definition at line 21 of file options.c.

Function Documentation

void hfsplus_fill_defaults ( struct hfsplus_sb_info opts)

Definition at line 48 of file options.c.

int hfsplus_parse_options ( char input,
struct hfsplus_sb_info sbi 
)

Definition at line 99 of file options.c.

int hfsplus_parse_options_remount ( char input,
int force 
)

Definition at line 71 of file options.c.

int hfsplus_show_options ( struct seq_file seq,
struct dentry root 
)

Definition at line 217 of file options.c.