Home
last modified time | relevance | path

Searched refs:debug_string (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/orangefs/
Dorangefs-debugfs.c438 char *debug_string; in orangefs_debug_write() local
483 debug_string = kernel_debug_string; in orangefs_debug_write()
498 debug_string = client_debug_string; in orangefs_debug_write()
534 sprintf(s, "%s\n", debug_string); in orangefs_debug_write()
731 char *debug_string; in debug_mask_to_string() local
737 debug_string = client_debug_string; in debug_mask_to_string()
740 debug_string = kernel_debug_string; in debug_mask_to_string()
744 memset(debug_string, 0, ORANGEFS_MAX_DEBUG_STRING_LEN); in debug_mask_to_string()
762 len = strlen(debug_string); in debug_mask_to_string()
774 gossip_debug(GOSSIP_UTILS_DEBUG, "%s: string:%s:\n", __func__, debug_string); in debug_mask_to_string()
[all …]