Searched refs:libcfs_debug (Results 1 – 10 of 10) 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);457 libcfs_debug = debug_level; in libcfs_debug_set_level()
800 .data = &libcfs_debug,
50 extern unsigned int libcfs_debug;207 ((libcfs_debug & mask) && (libcfs_subsystem_debug & subsystem)); in cfs_cdebug_show()
161 ((libcfs_debug & (level)) != 0 && \
1070 ((libcfs_debug & (mask)) != 0 && \
1687 ((libcfs_debug & (mask)) != 0 && \
1332 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_dump_all_namespaces()1367 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_namespace_dump()1396 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_resource_dump()
2192 if (!((libcfs_debug | D_ERROR) & level)) in ldlm_lock_dump_handle()
314 if (!(libcfs_debug & D_OTHER)) /* don't loop on nothing */ in print_lustre_cfg()
214 libcfs_debug = debug_data->debug; in class_handle_ioctl()