Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dorangefs-debugfs.c498 static int orangefs_prepare_cdm_array(char *debug_array_string) in orangefs_prepare_cdm_array() argument
511 for (i = 0; i < strlen(debug_array_string); i++) in orangefs_prepare_cdm_array()
512 if (debug_array_string[i] == '\n') in orangefs_prepare_cdm_array()
526 cds_head = debug_array_string; in orangefs_prepare_cdm_array()