Home
last modified time | relevance | path

Searched refs:to_nodeid (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
Dlock.c1450 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument
1491 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */ in add_to_waiters()
3528 int to_nodeid, int mstype, in _create_message() argument
3540 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
3562 int to_nodeid, int mstype, in create_message() argument
3584 return _create_message(r->res_ls, mb_len, to_nodeid, mstype, in create_message()
3646 int to_nodeid, error; in send_common() local
3648 to_nodeid = r->res_nodeid; in send_common()
3650 error = add_to_waiters(lkb, mstype, to_nodeid); in send_common()
3654 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
[all …]
Drcom.c30 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom() argument
38 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in create_rcom()
41 to_nodeid, type, len); in create_rcom()