Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
super.c File Reference
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/mount.h>
#include <linux/init.h>
#include <linux/nls.h>
#include <linux/parser.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/vfs.h>
#include "hfs_fs.h"
#include "btree.h"

Go to the source code of this file.

Enumerations

enum  {
  opt_uid, opt_gid, opt_umask, opt_file_umask,
  opt_dir_umask, opt_part, opt_session, opt_type,
  opt_creator, opt_quiet, opt_codepage, opt_iocharset,
  opt_err
}
 

Functions

 MODULE_LICENSE ("GPL")
 
void hfs_mark_mdb_dirty (struct super_block *sb)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
opt_uid 
opt_gid 
opt_umask 
opt_file_umask 
opt_dir_umask 
opt_part 
opt_session 
opt_type 
opt_creator 
opt_quiet 
opt_codepage 
opt_iocharset 
opt_err 

Definition at line 192 of file super.c.

Function Documentation

void hfs_mark_mdb_dirty ( struct super_block sb)

Definition at line 68 of file super.c.

MODULE_LICENSE ( "GPL"  )