Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
debug.c File Reference
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/pagemap.h>
#include <linux/crc32.h>
#include <linux/jffs2.h>
#include <linux/mtd/mtd.h>
#include <linux/slab.h>
#include "nodelist.h"
#include "debug.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 

Functions

void __jffs2_dbg_acct_sanity_check_nolock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
 
void __jffs2_dbg_acct_sanity_check (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 13 of file debug.c.

Function Documentation

void __jffs2_dbg_acct_sanity_check ( struct jffs2_sb_info c,
struct jffs2_eraseblock jeb 
)

Definition at line 52 of file debug.c.

void __jffs2_dbg_acct_sanity_check_nolock ( struct jffs2_sb_info c,
struct jffs2_eraseblock jeb 
)

Definition at line 28 of file debug.c.