Lines Matching refs:to_nodeid
1722 static void add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument
1758 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */ in add_to_waiters()
3498 int to_nodeid, int mstype, in _create_message() argument
3510 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, &mb); in _create_message()
3530 int to_nodeid, int mstype, in create_message() argument
3552 return _create_message(r->res_ls, mb_len, to_nodeid, mstype, in create_message()
3614 int to_nodeid, error; in send_common() local
3616 to_nodeid = r->res_nodeid; in send_common()
3618 add_to_waiters(lkb, mstype, to_nodeid); in send_common()
3619 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
3675 int to_nodeid, error; in send_grant() local
3677 to_nodeid = lkb->lkb_nodeid; in send_grant()
3679 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3696 int to_nodeid, error; in send_bast() local
3698 to_nodeid = lkb->lkb_nodeid; in send_bast()
3700 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast()
3717 int to_nodeid, error; in send_lookup() local
3719 to_nodeid = dlm_dir_nodeid(r); in send_lookup()
3721 add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid); in send_lookup()
3722 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
3742 int to_nodeid, error; in send_remove() local
3744 to_nodeid = dlm_dir_nodeid(r); in send_remove()
3746 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove()
3763 int to_nodeid, error; in send_common_reply() local
3765 to_nodeid = lkb->lkb_nodeid; in send_common_reply()
3767 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply()
6341 int mstype, int to_nodeid) in dlm_debug_add_lkb_to_waiters() argument
6350 add_to_waiters(lkb, mstype, to_nodeid); in dlm_debug_add_lkb_to_waiters()