Lines Matching refs:to_nodeid
1406 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid)
1444 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */
3330 int to_nodeid, int mstype,
3343 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, allocation, &mb);
3363 int to_nodeid, int mstype,
3386 return _create_message(r->res_ls, mb_len, to_nodeid, mstype,
3448 int to_nodeid, error;
3450 to_nodeid = r->res_nodeid;
3452 error = add_to_waiters(lkb, mstype, to_nodeid);
3456 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh, GFP_NOFS);
3512 int to_nodeid, error;
3514 to_nodeid = lkb->lkb_nodeid;
3516 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh,
3534 int to_nodeid, error;
3536 to_nodeid = lkb->lkb_nodeid;
3538 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh,
3556 int to_nodeid, error;
3558 to_nodeid = dlm_dir_nodeid(r);
3560 error = add_to_waiters(lkb, DLM_MSG_LOOKUP, to_nodeid);
3564 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh,
3585 int to_nodeid, error;
3587 to_nodeid = dlm_dir_nodeid(r);
3589 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh,
3607 int to_nodeid, error;
3609 to_nodeid = lkb->lkb_nodeid;
3611 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh, GFP_NOFS);
6140 int mstype, int to_nodeid)
6149 error = add_to_waiters(lkb, mstype, to_nodeid);