Lines Matching refs:kernel_debug_string
97 static char kernel_debug_string[ORANGEFS_MAX_DEBUG_STRING_LEN] = "none"; variable
165 debug_string_to_mask(kernel_debug_string, &orangefs_gossip_debug_mask, in orangefs_debugfs_init()
179 kernel_debug_string, in orangefs_debugfs_init()
201 if (strlen(kernel_debug_string) + 1 < ORANGEFS_MAX_DEBUG_STRING_LEN) { in orangefs_kernel_debug_init()
202 strcpy(k_buffer, kernel_debug_string); in orangefs_kernel_debug_init()
423 debug_string = kernel_debug_string; in orangefs_debug_write()
426 kernel_debug_string); in orangefs_debug_write()
680 debug_string = kernel_debug_string; in debug_mask_to_string()
707 kernel_debug_string[len - 1] = '\0'; in debug_mask_to_string()
711 strcpy(kernel_debug_string, "none"); in debug_mask_to_string()
728 if ((strlen(kernel_debug_string) + in do_k_string()
731 strcat(kernel_debug_string, in do_k_string()
733 strcat(kernel_debug_string, ","); in do_k_string()
736 strcpy(kernel_debug_string, ORANGEFS_ALL); in do_k_string()
815 strcpy(kernel_debug_string, ORANGEFS_ALL); in check_amalgam_keyword()
992 kernel_debug_string, in orangefs_debugfs_new_debug()