|
Linux Kernel
3.7.1
|
#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") | |
| anonymous enum |
| 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" | ) |
1.8.2