Home
last modified time | relevance | path

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

/linux/fs/orangefs/
A Dorangefs-debugfs.c851 char *unchecked_keyword; in debug_string_to_mask() local
871 while ((unchecked_keyword = strsep(&strsep_fodder, ","))) in debug_string_to_mask()
872 if (strlen(unchecked_keyword)) { in debug_string_to_mask()
876 unchecked_keyword, in debug_string_to_mask()
880 unchecked_keyword, in debug_string_to_mask()
887 static void do_c_mask(int i, char *unchecked_keyword, in do_c_mask() argument
891 if (!strcmp(cdm_array[i].keyword, unchecked_keyword)) { in do_c_mask()
897 static void do_k_mask(int i, char *unchecked_keyword, __u64 **sane_mask) in do_k_mask() argument
900 if (!strcmp(s_kmod_keyword_mask_map[i].keyword, unchecked_keyword)) in do_k_mask()

Completed in 3 milliseconds