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

/linux-master/fs/dlm/
H A Drcom.c30 static void _create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, argument
50 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, argument
58 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, GFP_NOFS, &mb);
61 __func__, to_nodeid, type, len);
65 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq);
70 static int create_rcom_stateless(struct dlm_ls *ls, int to_nodeid, int type, argument
78 msg = dlm_lowcomms_new_msg(to_nodeid, mb_len, GFP_NOFS, &mb,
82 to_nodeid, type, len);
86 _create_rcom(ls, to_nodeid, type, len, rc_ret, mb, mb_len, seq);
H A Dlock.h62 int mstype, int to_nodeid);
H A Dlock.c1406 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) argument
1446 lkb->lkb_wait_nodeid = to_nodeid; /* for debugging */
3333 int to_nodeid, int mstype,
3346 mh = dlm_midcomms_get_mhandle(to_nodeid, mb_len, allocation, &mb);
3366 int to_nodeid, int mstype,
3389 return _create_message(r->res_ls, mb_len, to_nodeid, mstype,
3451 int to_nodeid, error; local
3453 to_nodeid = r->res_nodeid;
3455 error = add_to_waiters(lkb, mstype, to_nodeid);
3459 error = create_message(r, lkb, to_nodeid, mstyp
3332 _create_message(struct dlm_ls *ls, int mb_len, int to_nodeid, int mstype, struct dlm_message **ms_ret, struct dlm_mhandle **mh_ret, gfp_t allocation) argument
3365 create_message(struct dlm_rsb *r, struct dlm_lkb *lkb, int to_nodeid, int mstype, struct dlm_message **ms_ret, struct dlm_mhandle **mh_ret, gfp_t allocation) argument
3515 int to_nodeid, error; local
3537 int to_nodeid, error; local
3559 int to_nodeid, error; local
3588 int to_nodeid, error; local
3610 int to_nodeid, error; local
6181 dlm_debug_add_lkb_to_waiters(struct dlm_ls *ls, uint32_t lkb_id, int mstype, int to_nodeid) argument
[all...]
H A Ddebug_fs.c848 int mstype, to_nodeid; local
857 n = sscanf(buf, "%x %d %d", &lkb_id, &mstype, &to_nodeid);
861 error = dlm_debug_add_lkb_to_waiters(ls, lkb_id, mstype, to_nodeid);

Completed in 544 milliseconds