Home
last modified time | relevance | path

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

/linux-5.19.10/fs/orangefs/
Dorangefs-debugfs.c99 static char client_debug_string[ORANGEFS_MAX_DEBUG_STRING_LEN]; variable
312 if (strlen(client_debug_string) + 1 < ORANGEFS_MAX_DEBUG_STRING_LEN) { in orangefs_client_debug_init()
313 strcpy(c_buffer, client_debug_string); in orangefs_client_debug_init()
458 debug_string = client_debug_string; in orangefs_debug_write()
696 debug_string = client_debug_string; in debug_mask_to_string()
724 client_debug_string[len - 1] = '\0'; in debug_mask_to_string()
728 strcpy(client_debug_string, "none"); in debug_mask_to_string()
774 if ((strlen(client_debug_string) + in do_c_string()
777 strcat(client_debug_string, in do_c_string()
779 strcat(client_debug_string, ","); in do_c_string()
[all …]