Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
sm_ftl.h File Reference
#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,...)
 

Macro Definition Documentation

#define dbg (   format,
  ... 
)
Value:
if (debug) \
printk(KERN_DEBUG "sm_ftl" ": " format "\n", ## __VA_ARGS__)

Definition at line 80 of file sm_ftl.h.

#define dbg_verbose (   format,
  ... 
)
Value:
if (debug > 1) \
printk(KERN_DEBUG "sm_ftl" ": " format "\n", ## __VA_ARGS__)

Definition at line 84 of file sm_ftl.h.

#define SM_FTL_PARTN_BITS   3

Definition at line 75 of file sm_ftl.h.

#define sm_printk (   format,
  ... 
)    printk(KERN_WARNING "sm_ftl" ": " format "\n", ## __VA_ARGS__)

Definition at line 77 of file sm_ftl.h.