#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.
|
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,...) |
|
char * | reiserfs_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) |
|
#define do_reiserfs_warning |
( |
|
fmt | ) |
|
Value:
prepare_error_buf(
fmt, args );\
va_end( args );\
}
Definition at line 256 of file prints.c.
char* reiserfs_hashname |
( |
int |
code | ) |
|