Home
last modified time | relevance | path

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

/linux-6.6.21/fs/dlm/
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, GFP_NOFS, &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, GFP_NOFS, &mb, in create_rcom_stateless()
82 to_nodeid, type, len); in create_rcom_stateless()
86 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq); in create_rcom_stateless()
Dlock.c1406 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument
1444 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */ in add_to_waiters()
3330 int to_nodeid, int mstype, in _create_message() argument
3343 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, allocation, &mb); in _create_message()
3363 int to_nodeid, int mstype, in create_message() argument
3386 return _create_message(r->res_ls, mb_len, to_nodeid, mstype, in create_message()
3448 int to_nodeid, error; in send_common() local
3450 to_nodeid = r->res_nodeid; in send_common()
3452 error = add_to_waiters(lkb, mstype, to_nodeid); in send_common()
3456 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh, GFP_NOFS); in send_common()
[all …]
Dlock.h62 int mstype, int to_nodeid);
Ddebug_fs.c848 int mstype, to_nodeid; in waiters_write() local
857 n = sscanf(buf, "%x %d %d", &lkb_id, &mstype, &to_nodeid); in waiters_write()
861 error = dlm_debug_add_lkb_to_waiters(ls, lkb_id, mstype, to_nodeid); in waiters_write()