Searched refs:ret_nodeid (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/dlm/
H A Drecover.c570 int ret_nodeid, new_master; local
579 ret_nodeid = le32_to_cpu(rc->rc_result);
581 if (ret_nodeid == dlm_our_nodeid())
584 new_master = ret_nodeid;
587 r->res_master_nodeid = ret_nodeid;
H A Drcom.c385 int error, ret_nodeid, nodeid = le32_to_cpu(rc_in->rc_header.h_nodeid); local
402 DLM_LU_RECOVER_MASTER, &ret_nodeid, NULL);
404 ret_nodeid = error;
405 rc->rc_result = cpu_to_le32(ret_nodeid);
H A Dlock.c3648 const struct dlm_message *ms_in, int ret_nodeid,
3663 ms->m_nodeid = cpu_to_le32(ret_nodeid);
4120 int len, error, ret_nodeid, from_nodeid, our_nodeid; local
4128 &ret_nodeid, NULL);
4131 if (!error && ret_nodeid == our_nodeid) {
4135 send_lookup_reply(ls, ms, ret_nodeid, error);
4546 int error, ret_nodeid; local
4567 ret_nodeid = le32_to_cpu(ms->m_nodeid);
4575 if (r->res_master_nodeid && (r->res_master_nodeid != ret_nodeid)) {
4580 ret_nodeid,
3647 send_lookup_reply(struct dlm_ls *ls, const struct dlm_message *ms_in, int ret_nodeid, int rv) argument
[all...]

Completed in 129 milliseconds