Home
last modified time | relevance | path

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

/Linux-v4.19/fs/orangefs/
Dorangefs-debugfs.c888 char *unchecked_keyword; in debug_string_to_mask() local
908 while ((unchecked_keyword = strsep(&strsep_fodder, ","))) in debug_string_to_mask()
909 if (strlen(unchecked_keyword)) { in debug_string_to_mask()
913 unchecked_keyword, in debug_string_to_mask()
917 unchecked_keyword, in debug_string_to_mask()
924 static void do_c_mask(int i, char *unchecked_keyword, in do_c_mask() argument
928 if (!strcmp(cdm_array[i].keyword, unchecked_keyword)) { in do_c_mask()
934 static void do_k_mask(int i, char *unchecked_keyword, __u64 **sane_mask) in do_k_mask() argument
937 if (!strcmp(s_kmod_keyword_mask_map[i].keyword, unchecked_keyword)) in do_k_mask()