Lines Matching refs:to_nodeid

1452 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid)  in add_to_waiters()  argument
1493 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */ in add_to_waiters()
3533 int to_nodeid, int mstype, in _create_message() argument
3545 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
3567 int to_nodeid, int mstype, in create_message() argument
3589 return _create_message(r->res_ls, mb_len, to_nodeid, mstype, in create_message()
3651 int to_nodeid, error; in send_common() local
3653 to_nodeid = r->res_nodeid; in send_common()
3655 error = add_to_waiters(lkb, mstype, to_nodeid); in send_common()
3659 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
3716 int to_nodeid, error; in send_grant() local
3718 to_nodeid = lkb->lkb_nodeid; in send_grant()
3720 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3737 int to_nodeid, error; in send_bast() local
3739 to_nodeid = lkb->lkb_nodeid; in send_bast()
3741 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast()
3758 int to_nodeid, error; in send_lookup() local
3760 to_nodeid = dlm_dir_nodeid(r); in send_lookup()
3762 error = add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid); in send_lookup()
3766 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
3786 int to_nodeid, error; in send_remove() local
3788 to_nodeid = dlm_dir_nodeid(r); in send_remove()
3790 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove()
3807 int to_nodeid, error; in send_common_reply() local
3809 to_nodeid = lkb->lkb_nodeid; in send_common_reply()
3811 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply()