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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlock.c925 int to_nodeid; local
930 to_nodeid = dlm_dir_nodeid(r);
931 if (to_nodeid != dlm_our_nodeid())
934 dlm_dir_remove_entry(r->res_ls, to_nodeid,
2364 int to_nodeid, int mstype,
2376 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_KERNEL, &mb);
2398 int to_nodeid, int mstype,
2420 return _create_message(r->res_ls, mb_len, to_nodeid, mstype,
2482 int to_nodeid, error; local
2488 to_nodeid
2363 _create_message(struct dlm_ls *ls, int mb_len, int to_nodeid, int mstype, struct dlm_message **ms_ret, struct dlm_mhandle **mh_ret) argument
2397 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) argument
2544 int to_nodeid, error; local
2565 int to_nodeid, error; local
2586 int to_nodeid, error; local
2614 int to_nodeid, error; local
2635 int to_nodeid, error; local
[all...]
H A Drcom.c33 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, argument
41 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_KERNEL, &mb);
44 to_nodeid, type, len);

Completed in 51 milliseconds