Searched refs:h_cmd (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/dlm/
H A Dmidcomms.c393 m_header->h_cmd = DLM_ACK;
444 m_header->h_cmd = DLM_FIN;
508 switch (p->header.h_cmd) {
537 switch (p->header.h_cmd) {
699 switch (p->header.h_cmd) {
740 switch (p->header.h_cmd) {
766 log_print("unsupported inner h_cmd received: %u, will skip this message from node %d",
778 log_print("unsupported h_cmd received: %u, will skip this message from node %d",
779 p->header.h_cmd, nodeid);
817 switch (p->header.h_cmd) {
[all...]
H A Drcom.c42 rc->rc_header.h_cmd = DLM_RCOM;
523 rc->rc_header.h_cmd = DLM_RCOM;
H A Ddlm_internal.h393 uint8_t h_cmd; /* DLM_MSG, DLM_RCOM */ member in struct:dlm_header
H A Dlock.c3356 ms->m_header.h_cmd = DLM_MSG;
4797 switch (hd->h_cmd) {
4805 log_print("invalid h_cmd %d from %u", hd->h_cmd, nodeid);
4822 hd->h_cmd, type);
4825 if (hd->h_cmd == DLM_RCOM && type == DLM_RCOM_STATUS)
4834 if (hd->h_cmd == DLM_MSG)
4836 else if (hd->h_cmd == DLM_RCOM)
4839 log_error(ls, "invalid h_cmd %d from %d lockspace %x",
4840 hd->h_cmd, nodei
[all...]
/linux-master/include/trace/events/
H A Ddlm.h349 __field(uint8_t, h_cmd)
366 __entry->h_cmd = rc->rc_header.h_cmd;
377 "h_length=%u h_cmd=%s rc_type=%s rc_result=%d "
382 show_header_cmd(__entry->h_cmd),
413 __field(uint8_t, h_cmd)
444 __entry->h_cmd = ms->m_header.h_cmd;
470 "h_length=%u h_cmd=%s m_type=%s m_nodeid=%u "
478 show_header_cmd(__entry->h_cmd),
[all...]

Completed in 136 milliseconds