Searched refs:rc_type (Results 1 – 4 of 4) sorted by relevance
57 rc->rc_type = type; in create_rcom()195 rc_in->rc_type, rc_in->rc_header.h_nodeid, in receive_sync_reply()410 rc->rc_type = DLM_RCOM_STATUS_REPLY; in dlm_send_ls_not_ready()429 switch (rc->rc_type) { in is_old_reply()440 rc->rc_type, rc->rc_header.h_nodeid, in is_old_reply()456 if (dlm_recovery_stopped(ls) && (rc->rc_type != DLM_RCOM_STATUS)) { in dlm_receive_rcom()458 rc->rc_type, nodeid); in dlm_receive_rcom()465 switch (rc->rc_type) { in dlm_receive_rcom()503 log_error(ls, "receive_rcom bad type %d", rc->rc_type); in dlm_receive_rcom()509 rc->rc_type, nodeid); in dlm_receive_rcom()
138 rc->rc_type = cpu_to_le32(rc->rc_type); in dlm_rcom_out()149 rc->rc_type = le32_to_cpu(rc->rc_type); in dlm_rcom_in()
399 uint32_t rc_type; /* DLM_RCOM_ */ member
3862 type = p->rcom.rc_type; in dlm_receive_buffer()