Lines Matching refs:kernel_debug_string
97 static char kernel_debug_string[ORANGEFS_MAX_DEBUG_STRING_LEN] = "none"; variable
168 debug_string_to_mask(kernel_debug_string, &orangefs_gossip_debug_mask, in orangefs_debugfs_init()
182 kernel_debug_string, in orangefs_debugfs_init()
225 if (strlen(kernel_debug_string) + 1 < ORANGEFS_MAX_DEBUG_STRING_LEN) { in orangefs_kernel_debug_init()
226 strcpy(k_buffer, kernel_debug_string); in orangefs_kernel_debug_init()
480 debug_string = kernel_debug_string; in orangefs_debug_write()
483 kernel_debug_string); in orangefs_debug_write()
736 debug_string = kernel_debug_string; in debug_mask_to_string()
763 kernel_debug_string[len - 1] = '\0'; in debug_mask_to_string()
767 strcpy(kernel_debug_string, "none"); in debug_mask_to_string()
784 if ((strlen(kernel_debug_string) + in do_k_string()
787 strcat(kernel_debug_string, in do_k_string()
789 strcat(kernel_debug_string, ","); in do_k_string()
792 strcpy(kernel_debug_string, ORANGEFS_ALL); in do_k_string()
871 strcpy(kernel_debug_string, ORANGEFS_ALL); in check_amalgam_keyword()
1048 kernel_debug_string, in orangefs_debugfs_new_debug()