Searched refs:ORANGEFS_MAX_DEBUG_STRING_LEN (Results 1 – 3 of 3) sorted by relevance
97 static char kernel_debug_string[ORANGEFS_MAX_DEBUG_STRING_LEN] = "none";99 static char client_debug_string[ORANGEFS_MAX_DEBUG_STRING_LEN];100 static char client_debug_array_string[ORANGEFS_MAX_DEBUG_STRING_LEN];197 static char k_buffer[ORANGEFS_MAX_DEBUG_STRING_LEN] = { }; in orangefs_kernel_debug_init()201 if (strlen(kernel_debug_string) + 1 < ORANGEFS_MAX_DEBUG_STRING_LEN) { in orangefs_kernel_debug_init()297 static char c_buffer[ORANGEFS_MAX_DEBUG_STRING_LEN] = { }; in orangefs_client_debug_init()301 if (strlen(client_debug_string) + 1 < ORANGEFS_MAX_DEBUG_STRING_LEN) { in orangefs_client_debug_init()352 buf = kmalloc(ORANGEFS_MAX_DEBUG_STRING_LEN, GFP_KERNEL); in orangefs_debug_read()396 if (count > ORANGEFS_MAX_DEBUG_STRING_LEN + 1) { in orangefs_debug_write()398 count = ORANGEFS_MAX_DEBUG_STRING_LEN + 1; in orangefs_debug_write()[all …]
54 #define ORANGEFS_MAX_DEBUG_STRING_LEN 0x00000800 macro
196 char s_value[ORANGEFS_MAX_DEBUG_STRING_LEN];