Searched refs:to_nodeid (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/dlm/ |
D | rcom.h | 20 int dlm_send_rcom_lookup_dump(struct dlm_rsb *r, int to_nodeid);
|
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() 335 int dlm_send_rcom_lookup_dump(struct dlm_rsb *r, int to_nodeid) in dlm_send_rcom_lookup_dump() argument 342 error = create_rcom(ls, to_nodeid, DLM_RCOM_LOOKUP, r->res_length, in dlm_send_rcom_lookup_dump()
|
D | lock.c | 1453 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument 1494 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */ in add_to_waiters() 3527 int to_nodeid, int mstype, in _create_message() argument 3539 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message() 3561 int to_nodeid, int mstype, in create_message() argument 3583 return _create_message(r->res_ls, mb_len, to_nodeid, mstype, in create_message() 3645 int to_nodeid, error; in send_common() local 3647 to_nodeid = r->res_nodeid; in send_common() 3649 error = add_to_waiters(lkb, mstype, to_nodeid); in send_common() 3653 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common() [all …]
|