Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Drcom.c30 static void _create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in _create_rcom() argument
52 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom() argument
59 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, GFP_NOFS, &mb); in create_rcom()
62 __func__, to_nodeid, type, len); in create_rcom()
66 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len); in create_rcom()
71 static int create_rcom_stateless(struct dlm_ls *ls, int to_nodeid, int type, in create_rcom_stateless() argument
79 msg = dlm_lowcomms_new_msg(to_nodeid, mb_len, GFP_NOFS, &mb, in create_rcom_stateless()
83 to_nodeid, type, len); in create_rcom_stateless()
87 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len); in create_rcom_stateless()
Dlock.c1419 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument
1459 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */ in add_to_waiters()
3553 int to_nodeid, int mstype, in _create_message() argument
3565 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
3585 int to_nodeid, int mstype, in create_message() argument
3607 return _create_message(r->res_ls, mb_len, to_nodeid, mstype, in create_message()
3668 int to_nodeid, error; in send_common() local
3670 to_nodeid = r->res_nodeid; in send_common()
3672 error = add_to_waiters(lkb, mstype, to_nodeid); in send_common()
3676 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
[all …]
Dlock.h77 int mstype, int to_nodeid);
Ddebug_fs.c761 int mstype, to_nodeid; in waiters_write() local
770 n = sscanf(buf, "%x %d %d", &lkb_id, &mstype, &to_nodeid); in waiters_write()
774 error = dlm_debug_add_lkb_to_waiters(ls, lkb_id, mstype, to_nodeid); in waiters_write()