Lines Matching refs:to_nodeid
1450 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid)
1491 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */
3531 int to_nodeid, int mstype,
3543 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb);
3565 int to_nodeid, int mstype,
3587 return _create_message(r->res_ls, mb_len, to_nodeid, mstype,
3649 int to_nodeid, error;
3651 to_nodeid = r->res_nodeid;
3653 error = add_to_waiters(lkb, mstype, to_nodeid);
3657 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh);
3714 int to_nodeid, error;
3716 to_nodeid = lkb->lkb_nodeid;
3718 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh);
3735 int to_nodeid, error;
3737 to_nodeid = lkb->lkb_nodeid;
3739 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh);
3756 int to_nodeid, error;
3758 to_nodeid = dlm_dir_nodeid(r);
3760 error = add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid);
3764 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh);
3784 int to_nodeid, error;
3786 to_nodeid = dlm_dir_nodeid(r);
3788 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh);
3805 int to_nodeid, error;
3807 to_nodeid = lkb->lkb_nodeid;
3809 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh);