Searched refs:libcfs_debug (Results 1 – 9 of 9) sorted by relevance
54 unsigned int libcfs_debug = (D_CANTMASK | variable56 module_param(libcfs_debug, int, 0644);57 MODULE_PARM_DESC(libcfs_debug, "Lustre kernel debug mask");58 EXPORT_SYMBOL(libcfs_debug);573 libcfs_debug = debug_level; in libcfs_debug_set_level()
515 .data = &libcfs_debug,
50 extern unsigned int libcfs_debug;207 ((libcfs_debug & mask) && (libcfs_subsystem_debug & subsystem)); in cfs_cdebug_show()
1306 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_dump_all_namespaces()1341 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_namespace_dump()1369 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_resource_dump()
1873 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_lock_dump_handle()
311 if (!(libcfs_debug & D_OTHER)) /* don't loop on nothing */ in print_lustre_cfg()
178 libcfs_debug = debug_data->debug; in class_handle_ioctl()
996 ((libcfs_debug & (mask)) != 0 && \
1673 ((libcfs_debug & (mask)) != 0 && \