Searched refs:to_nodeid (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/dlm/ |
D | lock.c | 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() [all …]
|
D | rcom.c | 32 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom() argument 40 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in create_rcom() 43 to_nodeid, type, len); in create_rcom()
|