Searched refs:cifsFYI (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifs_debug.h45 extern int cifsFYI;
46 #define cifsfyi(format,arg...) if (cifsFYI & CIFS_INFO) printk(KERN_DEBUG " " __FILE__ ": " format "\n" "" , ## arg)
H A Dcifs_debug.c484 pde = create_proc_read_entry("cifsFYI", 0, proc_fs_cifs,
548 remove_proc_entry("cifsFYI", proc_fs_cifs);
570 len = sprintf(page, "%d\n", cifsFYI);
596 cifsFYI = 0;
598 cifsFYI = 1;
600 cifsFYI = (int) (c - '0'); /* see cifs_debug.h for meanings */
H A Dcifsfs.c56 int cifsFYI = 0; variable
H A Dnetmisc.c837 if(cifsFYI & CIFS_RC)
H A Dtransport.c98 if((cifsFYI & CIFS_TIMER) &&

Completed in 57 milliseconds