Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.h61 #define cifserror(format,arg...) if (cifsERROR) printk(KERN_ERR " CIFS VFS: " format "\n" "" , ## a… macro
63 #define cERROR(button, prspec) if (button) cifserror prspec
73 #define cifserror(format, arg...) macro
Dconnect.c2242 cifserror("No username specified"); in cifs_mount()