Home
last modified time | relevance | path

Searched refs:cifsERROR (Results 1 – 2 of 2) sorted by relevance

/fs/cifs/
Dcifs_debug.h56 extern int cifsERROR;
58 #define cEVENT(format,arg...) if (cifsERROR) printk(KERN_EVENT __FILE__ ": " format "\n" , ## arg)
61 #define cifserror(format,arg...) if (cifsERROR) printk(KERN_ERR " CIFS VFS: " format "\n" "" , ## a…
Dcifsfs.c56 int cifsERROR = 1; variable