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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlock.c975 int to_nodeid; local
980 to_nodeid = dlm_dir_nodeid(r);
981 if (to_nodeid != dlm_our_nodeid())
984 dlm_dir_remove_entry(r->res_ls, to_nodeid,
2712 int to_nodeid, int mstype,
2724 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb);
2746 int to_nodeid, int mstype,
2768 return _create_message(r->res_ls, mb_len, to_nodeid, mstype,
2830 int to_nodeid, error; local
2836 to_nodeid
2711 _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
2745 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
2892 int to_nodeid, error; local
2913 int to_nodeid, error; local
2934 int to_nodeid, error; local
2962 int to_nodeid, error; local
2983 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_NOFS, &mb);
44 to_nodeid, type, len);

Completed in 105 milliseconds