Home
last modified time | relevance | path

Searched refs:h_nodeid (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/dlm/
Dutil.c29 hd->h_nodeid = cpu_to_le32(hd->h_nodeid); in header_out()
37 hd->h_nodeid = le32_to_cpu(hd->h_nodeid); in header_in()
Drcom.c54 rc->rc_header.h_nodeid = dlm_our_nodeid(); in create_rcom()
199 int nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_status()
260 rc_in->rc_type, rc_in->rc_header.h_nodeid, in receive_sync_reply()
313 nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_names()
351 int error, ret_nodeid, nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_lookup()
432 int error, nodeid = rc_in->rc_header.h_nodeid; in receive_rcom_lock()
471 rc->rc_header.h_nodeid = dlm_our_nodeid(); in dlm_send_ls_not_ready()
505 rc->rc_type, rc->rc_header.h_nodeid, in is_old_reply()
Dlock.c2911 ms->m_header.h_nodeid = dlm_our_nodeid(); in _create_message()
3206 int error, nodeid = ms_in->m_header.h_nodeid; in send_lookup_reply()
3279 lkb->lkb_nodeid = ms->m_header.h_nodeid; in receive_request_args()
3327 lkb->lkb_nodeid = ms->m_header.h_nodeid; in setup_stub_lkb()
3336 int from = ms->m_header.h_nodeid; in validate_message()
3551 ms->m_header.h_nodeid, ms->m_remid); in receive_grant()
3584 ms->m_header.h_nodeid, ms->m_remid); in receive_bast()
3608 from_nodeid = ms->m_header.h_nodeid; in receive_lookup()
3637 from_nodeid = ms->m_header.h_nodeid; in receive_remove()
3665 ms->m_header.h_nodeid, ms->m_remid); in receive_request_reply()
[all …]
Ddlm_internal.h352 uint32_t h_nodeid; /* nodeid of sender */ member