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()
425 debug_string = kernel_debug_string; in orangefs_debug_write()
428 kernel_debug_string); in orangefs_debug_write()
682 debug_string = kernel_debug_string; in debug_mask_to_string()
709 kernel_debug_string[len - 1] = '\0'; in debug_mask_to_string()
713 strcpy(kernel_debug_string, "none"); in debug_mask_to_string()
730 if ((strlen(kernel_debug_string) + in do_k_string()
733 strcat(kernel_debug_string, in do_k_string()
735 strcat(kernel_debug_string, ","); in do_k_string()
738 strcpy(kernel_debug_string, ORANGEFS_ALL); in do_k_string()
817 strcpy(kernel_debug_string, ORANGEFS_ALL); in check_amalgam_keyword()
994 kernel_debug_string, in orangefs_debugfs_new_debug()