Searched refs:unchecked_keyword (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-debugfs.c | 834 char *unchecked_keyword; in debug_string_to_mask() local 854 while ((unchecked_keyword = strsep(&strsep_fodder, ","))) in debug_string_to_mask() 855 if (strlen(unchecked_keyword)) { in debug_string_to_mask() 859 unchecked_keyword, in debug_string_to_mask() 863 unchecked_keyword, in debug_string_to_mask() 870 static void do_c_mask(int i, char *unchecked_keyword, in do_c_mask() argument 874 if (!strcmp(cdm_array[i].keyword, unchecked_keyword)) { in do_c_mask() 880 static void do_k_mask(int i, char *unchecked_keyword, __u64 **sane_mask) in do_k_mask() argument 883 if (!strcmp(s_kmod_keyword_mask_map[i].keyword, unchecked_keyword)) in do_k_mask()
|