Linux Kernel
3.7.1
|
#include <linux/mtd/blktrans.h>
#include <linux/kfifo.h>
#include <linux/sched.h>
#include <linux/completion.h>
#include <linux/mtd/mtd.h>
Go to the source code of this file.
Data Structures | |
struct | ftl_zone |
struct | sm_ftl |
struct | chs_entry |
Macros | |
#define | SM_FTL_PARTN_BITS 3 |
#define | sm_printk(format,...) printk(KERN_WARNING "sm_ftl" ": " format "\n", ## __VA_ARGS__) |
#define | dbg(format,...) |
#define | dbg_verbose(format,...) |
#define sm_printk | ( | format, | |
... | |||
) | printk(KERN_WARNING "sm_ftl" ": " format "\n", ## __VA_ARGS__) |