#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/fs.h>
#include <linux/err.h>
#include <linux/mount.h>
#include <linux/parser.h>
#include <linux/jffs2.h>
#include <linux/pagemap.h>
#include <linux/mtd/super.h>
#include <linux/ctype.h>
#include <linux/namei.h>
#include <linux/seq_file.h>
#include <linux/exportfs.h>
#include "compr.h"
#include "nodelist.h"
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
- Enumerator:
Opt_override_compr |
|
Opt_rp_size |
|
Opt_err |
|
Definition at line 166 of file super.c.
MODULE_AUTHOR |
( |
"Red |
Hat, |
|
|
Inc." |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"The Journalling Flash File |
System, |
|
|
v2" |
|
|
) |
| |
module_exit |
( |
exit_jffs2_fs |
| ) |
|
module_init |
( |
init_jffs2_fs |
| ) |
|