Searched refs:rcom (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/dlm/
H A DMakefile14 rcom.o \
H A Dmidcomms.c513 trace_dlm_recv_rcom(dlm_our_nodeid(), seq, &p->rcom);
644 log_print("rcom msg too small: %d, will skip this message from node %d",
701 /* these rcom message we use to determine version.
707 switch (p->rcom.rc_type) {
717 log_print("unsupported rcom type received: %u, will skip this message from node %d",
718 le32_to_cpu(p->rcom.rc_type), nodeid);
743 log_print("inner rcom msg too small: %u, will skip this message from node %d",
1083 &mh->inner_p->rcom);
H A Ddlm_internal.h485 struct dlm_rcom rcom; member in union:dlm_packet
H A Dlock.c72 #include "rcom.h"
4802 type = le32_to_cpu(p->rcom.rc_type);
4826 dlm_send_ls_not_ready(nodeid, &p->rcom);
4837 dlm_receive_rcom(ls, &p->rcom, nodeid);
5446 /* init rl_remid with rcom lock rl_remid */

Completed in 126 milliseconds