Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
prints.c File Reference
#include <linux/time.h>
#include <linux/fs.h>
#include "reiserfs.h"
#include <linux/string.h>
#include <linux/buffer_head.h>
#include <stdarg.h>

Go to the source code of this file.

Macros

#define do_reiserfs_warning(fmt)
 

Functions

void __reiserfs_warning (struct super_block *sb, const char *id, const char *function, const char *fmt,...)
 
void reiserfs_info (struct super_block *sb, const char *fmt,...)
 
void reiserfs_debug (struct super_block *s, int level, const char *fmt,...)
 
void __reiserfs_panic (struct super_block *sb, const char *id, const char *function, const char *fmt,...)
 
void __reiserfs_error (struct super_block *sb, const char *id, const char *function, const char *fmt,...)
 
void reiserfs_abort (struct super_block *sb, int errno, const char *fmt,...)
 
charreiserfs_hashname (int code)
 
void print_block (struct buffer_head *bh,...)
 
void store_print_tb (struct tree_balance *tb)
 
void print_cur_tb (char *mes)
 
void check_leaf (struct buffer_head *bh)
 
void check_internal (struct buffer_head *bh)
 
void print_statistics (struct super_block *s)
 

Macro Definition Documentation

#define do_reiserfs_warning (   fmt)
Value:
{\
va_start( args, fmt );\
prepare_error_buf( fmt, args );\
va_end( args );\
}

Definition at line 256 of file prints.c.

Function Documentation

void __reiserfs_error ( struct super_block sb,
const char id,
const char function,
const char fmt,
  ... 
)

Definition at line 369 of file prints.c.

void __reiserfs_panic ( struct super_block sb,
const char id,
const char function,
const char fmt,
  ... 
)

Definition at line 352 of file prints.c.

void __reiserfs_warning ( struct super_block sb,
const char id,
const char function,
const char fmt,
  ... 
)

Definition at line 264 of file prints.c.

void check_internal ( struct buffer_head *  bh)

Definition at line 750 of file prints.c.

void check_leaf ( struct buffer_head *  bh)

Definition at line 738 of file prints.c.

void print_block ( struct buffer_head *  bh,
  ... 
)

Definition at line 584 of file prints.c.

void print_cur_tb ( char mes)

Definition at line 699 of file prints.c.

void print_statistics ( struct super_block s)

Definition at line 757 of file prints.c.

void reiserfs_abort ( struct super_block sb,
int  errno,
const char fmt,
  ... 
)

Definition at line 394 of file prints.c.

void reiserfs_debug ( struct super_block s,
int  level,
const char fmt,
  ... 
)

Definition at line 295 of file prints.c.

char* reiserfs_hashname ( int  code)

Definition at line 507 of file prints.c.

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

Definition at line 278 of file prints.c.

void store_print_tb ( struct tree_balance tb)

Definition at line 613 of file prints.c.