Home
last modified time | relevance | path

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

/linux-5.19.10/fs/orangefs/
Dorangefs-debugfs.c520 char *cds_head = NULL; in orangefs_prepare_cdm_array() local
544 cds_head = debug_array_string; in orangefs_prepare_cdm_array()
547 cds_delimiter = strchr(cds_head, '\n'); in orangefs_prepare_cdm_array()
550 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
558 sscanf(cds_head, in orangefs_prepare_cdm_array()
570 cds_head = cds_delimiter + 1; in orangefs_prepare_cdm_array()