Searched refs:rc_type (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Dutil.c138 rc->rc_type = cpu_to_le32(rc->rc_type);
149 rc->rc_type = le32_to_cpu(rc->rc_type);
H A Drcom.c57 rc->rc_type = type;
195 rc_in->rc_type, rc_in->rc_header.h_nodeid,
408 rc->rc_type = DLM_RCOM_STATUS_REPLY;
427 switch (rc->rc_type) {
438 rc->rc_type, rc->rc_header.h_nodeid,
454 if (dlm_recovery_stopped(ls) && (rc->rc_type != DLM_RCOM_STATUS)) {
456 rc->rc_type, nodeid);
463 switch (rc->rc_type) {
501 log_error(ls, "receive_rcom bad type %d", rc->rc_type);
507 rc->rc_type, nodei
[all...]
H A Ddlm_internal.h402 uint32_t rc_type; /* DLM_RCOM_ */ member in struct:dlm_rcom
H A Dlock.c3942 type = p->rcom.rc_type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/dlm/
H A Dutil.c138 rc->rc_type = cpu_to_le32(rc->rc_type);
149 rc->rc_type = le32_to_cpu(rc->rc_type);
H A Drcom.c57 rc->rc_type = type;
195 rc_in->rc_type, rc_in->rc_header.h_nodeid,
408 rc->rc_type = DLM_RCOM_STATUS_REPLY;
427 switch (rc->rc_type) {
438 rc->rc_type, rc->rc_header.h_nodeid,
454 if (dlm_recovery_stopped(ls) && (rc->rc_type != DLM_RCOM_STATUS)) {
456 rc->rc_type, nodeid);
463 switch (rc->rc_type) {
501 log_error(ls, "receive_rcom bad type %d", rc->rc_type);
507 rc->rc_type, nodei
[all...]
H A Ddlm_internal.h402 uint32_t rc_type; /* DLM_RCOM_ */ member in struct:dlm_rcom
H A Dlock.c3942 type = p->rcom.rc_type;

Completed in 91 milliseconds