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/string.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/parser.h>
#include <linux/random.h>
#include <linux/buffer_head.h>
#include <linux/exportfs.h>
#include <linux/vfs.h>
#include <linux/seq_file.h>
#include <linux/mount.h>
#include <linux/log2.h>
#include <linux/quotaops.h>
#include <asm/uaccess.h>
#include "ext2.h"
#include "xattr.h"
#include "acl.h"
#include "xip.h"

Go to the source code of this file.

Enumerations

enum  {
  Opt_bsd_df, Opt_minix_df, Opt_grpid, Opt_nogrpid,
  Opt_resgid, Opt_resuid, Opt_sb, Opt_err_cont,
  Opt_err_panic, Opt_err_ro, Opt_nouid32, Opt_nocheck,
  Opt_debug, Opt_oldalloc, Opt_orlov, Opt_nobh,
  Opt_user_xattr, Opt_nouser_xattr, Opt_acl, Opt_noacl,
  Opt_xip, Opt_ignore, Opt_err, Opt_quota,
  Opt_usrquota, Opt_grpquota, Opt_reservation, Opt_noreservation
}
 

Functions

void ext2_error (struct super_block *sb, const char *function, const char *fmt,...)
 
void ext2_msg (struct super_block *sb, const char *prefix, const char *fmt,...)
 
void ext2_update_dynamic_rev (struct super_block *sb)
 
void ext2_write_super (struct super_block *sb)
 
 MODULE_AUTHOR ("Remy Card and others")
 
 MODULE_DESCRIPTION ("Second Extended Filesystem")
 
 MODULE_LICENSE ("GPL")
 

Enumeration Type Documentation

anonymous enum
Enumerator:
Opt_bsd_df 
Opt_minix_df 
Opt_grpid 
Opt_nogrpid 
Opt_resgid 
Opt_resuid 
Opt_sb 
Opt_err_cont 
Opt_err_panic 
Opt_err_ro 
Opt_nouid32 
Opt_nocheck 
Opt_debug 
Opt_oldalloc 
Opt_orlov 
Opt_nobh 
Opt_user_xattr 
Opt_nouser_xattr 
Opt_acl 
Opt_noacl 
Opt_xip 
Opt_ignore 
Opt_err 
Opt_quota 
Opt_usrquota 
Opt_grpquota 
Opt_reservation 
Opt_noreservation 

Definition at line 392 of file super.c.

Function Documentation

void ext2_error ( struct super_block sb,
const char function,
const char fmt,
  ... 
)

Definition at line 48 of file super.c.

void ext2_msg ( struct super_block sb,
const char prefix,
const char fmt,
  ... 
)

Definition at line 83 of file super.c.

void ext2_update_dynamic_rev ( struct super_block sb)

Definition at line 102 of file super.c.

void ext2_write_super ( struct super_block sb)

Definition at line 1242 of file super.c.

MODULE_AUTHOR ( "Remy Card and others"  )
MODULE_DESCRIPTION ( "Second Extended Filesystem"  )
MODULE_LICENSE ( "GPL"  )