Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/mtd/mtd.h>
#include <linux/compiler.h>
#include <linux/crc32.h>
#include <linux/sched.h>
#include <linux/pagemap.h>
#include "nodelist.h"
Go to the source code of this file.
Data Structures | |
struct | erase_priv_struct |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
int | jffs2_erase_pending_blocks (struct jffs2_sb_info *c, int count) |
void | jffs2_free_jeb_node_refs (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) |
int jffs2_erase_pending_blocks | ( | struct jffs2_sb_info * | c, |
int | count | ||
) |
void jffs2_free_jeb_node_refs | ( | struct jffs2_sb_info * | c, |
struct jffs2_eraseblock * | jeb | ||
) |