Searched defs:fs_debug (Results 1 - 1 of 1) sorted by relevance

/drivers/atm/
H A Dfirestream.c293 #define fs_dprintk(f, str...) if (fs_debug & f) printk (str)
304 static int fs_debug = 0; variable
306 #define fs_debug 0 macro
311 module_param(fs_debug, int, 0644);
815 if (FS_DEBUG_QUEUE & fs_debug) my_hd (bus_to_virt (pe->bsa), 0x20);
1026 if (fs_debug & FS_DEBUG_OPEN) {
1600 if (fs_debug & FS_DEBUG_IRQ) {
1679 if (fs_debug & FS_DEBUG_INIT)

Completed in 40 milliseconds