Go to the documentation of this file.
22 #ifndef _LINUX_NTFS_DEBUG_H
23 #define _LINUX_NTFS_DEBUG_H
31 extern int debug_msgs;
44 #define ntfs_debug(f, a...) \
45 __ntfs_debug(__FILE__, __LINE__, __func__, f, ##a)
51 #define ntfs_debug(f, a...) do {} while (0)
52 #define ntfs_debug_dump_runlist(rl) do {} while (0)
59 #define ntfs_warning(sb, f, a...) __ntfs_warning(__func__, sb, f, ##a)
63 const char *fmt, ...);
64 #define ntfs_error(sb, f, a...) __ntfs_error(__func__, sb, f, ##a)