Searched refs:DEFINE_MSGF (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 810 #define DEFINE_MSGF(name, flags, size, swabber, dumper) { \ macro 819 DEFINE_MSGF("generic_data", 0, 824 DEFINE_MSGF("mgs_target_info", 0, 830 DEFINE_MSGF("mgs_send_param", 0, 836 DEFINE_MSGF("mgs_config_read request", 0, 842 DEFINE_MSGF("mgs_config_read reply ", 0, 848 DEFINE_MSGF("generic u32", 0, 853 DEFINE_MSGF("setinfo_val", 0, -1, NULL, NULL); 857 DEFINE_MSGF("getinfo_key", 0, -1, NULL, NULL); 861 DEFINE_MSGF("getinfo_vallen", 0, [all …]
|