Lines Matching refs:kernel_debug_string
140 static char kernel_debug_string[ORANGEFS_MAX_DEBUG_STRING_LEN] = "none"; variable
208 debug_string_to_mask(kernel_debug_string, &orangefs_gossip_debug_mask, in orangefs_debugfs_init()
222 kernel_debug_string, in orangefs_debugfs_init()
244 if (strlen(kernel_debug_string) + 1 < ORANGEFS_MAX_DEBUG_STRING_LEN) { in orangefs_kernel_debug_init()
245 strcpy(k_buffer, kernel_debug_string); in orangefs_kernel_debug_init()
466 debug_string = kernel_debug_string; in orangefs_debug_write()
469 kernel_debug_string); in orangefs_debug_write()
723 debug_string = kernel_debug_string; in debug_mask_to_string()
750 kernel_debug_string[len - 1] = '\0'; in debug_mask_to_string()
754 strcpy(kernel_debug_string, "none"); in debug_mask_to_string()
771 if ((strlen(kernel_debug_string) + in do_k_string()
774 strcat(kernel_debug_string, in do_k_string()
776 strcat(kernel_debug_string, ","); in do_k_string()
779 strcpy(kernel_debug_string, ORANGEFS_ALL); in do_k_string()
858 strcpy(kernel_debug_string, ORANGEFS_ALL); in check_amalgam_keyword()
1035 kernel_debug_string, in orangefs_debugfs_new_debug()