Lines Matching full:keyword
58 * An array of client_debug_mask will be built to hold debug keyword/mask
62 char *keyword; member
412 * Map the keyword string from userspace into a valid debug mask. in orangefs_debug_write()
532 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array()
533 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array()
540 cdm_array[i].keyword, in orangefs_prepare_cdm_array()
544 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array()
547 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array()
615 * fill the client keyword/mask array and remember in orangefs_prepare_debugfs_help_string()
627 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
637 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string()
724 if (keyword_is_amalgam((char *) s_kmod_keyword_mask_map[index].keyword)) in do_k_string()
729 strlen(s_kmod_keyword_mask_map[index].keyword)) in do_k_string()
732 s_kmod_keyword_mask_map[index].keyword); in do_k_string()
750 if (keyword_is_amalgam(cdm_array[index].keyword)) in do_c_string()
756 strlen(cdm_array[index].keyword) + 1) in do_c_string()
759 cdm_array[index].keyword); in do_c_string()
771 static int keyword_is_amalgam(char *keyword) in keyword_is_amalgam() argument
775 if ((!strcmp(keyword, ORANGEFS_ALL)) || (!strcmp(keyword, ORANGEFS_VERBOSE))) in keyword_is_amalgam()
872 if (!strcmp(cdm_array[i].keyword, unchecked_keyword)) { in do_c_mask()
881 if (!strcmp(s_kmod_keyword_mask_map[i].keyword, unchecked_keyword)) in do_k_mask()