Lines Matching refs:to_nodeid

1451 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid)  in add_to_waiters()  argument
1492 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */ in add_to_waiters()
3529 int to_nodeid, int mstype, in _create_message() argument
3541 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
3563 int to_nodeid, int mstype, in create_message() argument
3585 return _create_message(r->res_ls, mb_len, to_nodeid, mstype, in create_message()
3647 int to_nodeid, error; in send_common() local
3649 to_nodeid = r->res_nodeid; in send_common()
3651 error = add_to_waiters(lkb, mstype, to_nodeid); in send_common()
3655 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
3712 int to_nodeid, error; in send_grant() local
3714 to_nodeid = lkb->lkb_nodeid; in send_grant()
3716 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3733 int to_nodeid, error; in send_bast() local
3735 to_nodeid = lkb->lkb_nodeid; in send_bast()
3737 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast()
3754 int to_nodeid, error; in send_lookup() local
3756 to_nodeid = dlm_dir_nodeid(r); in send_lookup()
3758 error = add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid); in send_lookup()
3762 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
3782 int to_nodeid, error; in send_remove() local
3784 to_nodeid = dlm_dir_nodeid(r); in send_remove()
3786 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove()
3803 int to_nodeid, error; in send_common_reply() local
3805 to_nodeid = lkb->lkb_nodeid; in send_common_reply()
3807 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply()