Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
debug.h File Reference
#include <linux/fs.h>
#include "runlist.h"

Go to the source code of this file.

Macros

#define ntfs_debug(f, a...)   do {} while (0)
 
#define ntfs_debug_dump_runlist(rl)   do {} while (0)
 
#define ntfs_warning(sb, f, a...)   __ntfs_warning(__func__, sb, f, ##a)
 
#define ntfs_error(sb, f, a...)   __ntfs_error(__func__, sb, f, ##a)
 

Functions

 __printf (3, 4) void __ntfs_warning(const char *function
 

Variables

struct super_blocksb
 
struct super_block const charfmt
 

Macro Definition Documentation

#define ntfs_debug (   f,
  a... 
)    do {} while (0)

Definition at line 51 of file debug.h.

#define ntfs_debug_dump_runlist (   rl)    do {} while (0)

Definition at line 52 of file debug.h.

#define ntfs_error (   sb,
  f,
  a... 
)    __ntfs_error(__func__, sb, f, ##a)

Definition at line 64 of file debug.h.

#define ntfs_warning (   sb,
  f,
  a... 
)    __ntfs_warning(__func__, sb, f, ##a)

Definition at line 59 of file debug.h.

Function Documentation

__printf ( ,
 
) const

Variable Documentation

Definition at line 57 of file debug.h.

Definition at line 57 of file debug.h.