Go to the documentation of this file.
29 #ifdef CONFIG_CIFS_DEBUG2
36 #define CIFS_INFO 0x01
38 #define CIFS_TIMER 0x04
48 #define cifsfyi(fmt, arg...) \
50 if (cifsFYI & CIFS_INFO) \
51 printk(KERN_DEBUG "%s: " fmt "\n", __FILE__, ##arg); \
54 #define cFYI(set, fmt, arg...) \
57 cifsfyi(fmt, ##arg); \
60 #define cifswarn(fmt, arg...) \
61 printk(KERN_WARNING fmt "\n", ##arg)
66 #define cEVENT(fmt, arg...) \
69 printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg); \
73 #define cifserror(fmt, arg...) \
76 printk(KERN_ERR "CIFS VFS: " fmt "\n", ##arg); \
79 #define cERROR(set, fmt, arg...) \
82 cifserror(fmt, ##arg); \
90 #define cERROR(set, fmt, arg...)
91 #define cEVENT(fmt, arg...)
92 #define cFYI(set, fmt, arg...)
93 #define cifserror(fmt, arg...)