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 "befs.h"

Go to the source code of this file.

Macros

#define ERRBUFSIZE   1024
 

Functions

void befs_error (const struct super_block *sb, const char *fmt,...)
 
void befs_warning (const struct super_block *sb, const char *fmt,...)
 
void befs_debug (const struct super_block *sb, const char *fmt,...)
 
void befs_dump_inode (const struct super_block *sb, befs_inode *inode)
 
void befs_dump_super_block (const struct super_block *sb, befs_super_block *sup)
 
void befs_dump_index_entry (const struct super_block *sb, befs_disk_btree_super *super)
 
void befs_dump_index_node (const struct super_block *sb, befs_btree_nodehead *node)
 

Macro Definition Documentation

#define ERRBUFSIZE   1024

Definition at line 26 of file debug.c.

Function Documentation

void befs_debug ( const struct super_block sb,
const char fmt,
  ... 
)

Definition at line 66 of file debug.c.

void befs_dump_index_entry ( const struct super_block sb,
befs_disk_btree_super *  super 
)

Definition at line 247 of file debug.c.

void befs_dump_index_node ( const struct super_block sb,
befs_btree_nodehead *  node 
)

Definition at line 268 of file debug.c.

void befs_dump_inode ( const struct super_block sb,
befs_inode *  inode 
)

Definition at line 94 of file debug.c.

void befs_dump_super_block ( const struct super_block sb,
befs_super_block *  sup 
)

Definition at line 178 of file debug.c.

void befs_error ( const struct super_block sb,
const char fmt,
  ... 
)

Definition at line 29 of file debug.c.

void befs_warning ( const struct super_block sb,
const char fmt,
  ... 
)

Definition at line 47 of file debug.c.