Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Drcom.c30 static void _create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in _create_rcom() argument
50 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom() argument
58 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, &mb); in create_rcom()
61 __func__, to_nodeid, type, len); in create_rcom()
65 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq); in create_rcom()
70 static int create_rcom_stateless(struct dlm_ls *ls, int to_nodeid, int type, in create_rcom_stateless() argument
78 msg = dlm_lowcomms_new_msg(to_nodeid, mb_len, &mb, NULL, NULL); in create_rcom_stateless()
81 to_nodeid, type, len); in create_rcom_stateless()
85 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq); in create_rcom_stateless()
H A Dlock.c3530 int to_nodeid, int mstype, in create_message() argument
3614 int to_nodeid, error; in send_common() local
3616 to_nodeid = r->res_nodeid; in send_common()
3675 int to_nodeid, error; in send_grant() local
3677 to_nodeid = lkb->lkb_nodeid; in send_grant()
3696 int to_nodeid, error; in send_bast() local
3698 to_nodeid = lkb->lkb_nodeid; in send_bast()
3717 int to_nodeid, error; in send_lookup() local
3742 int to_nodeid, error; in send_remove() local
3763 int to_nodeid, error; in send_common_reply() local
[all …]
H A Dlock.h65 int mstype, int to_nodeid);
H A Ddebug_fs.c632 int mstype, to_nodeid; in waiters_write() local
641 n = sscanf(buf, "%x %d %d", &lkb_id, &mstype, &to_nodeid); in waiters_write()
649 error = dlm_debug_add_lkb_to_waiters(ls, lkb_id, mstype, to_nodeid); in waiters_write()