• Home
  • Raw
  • Download

Lines Matching refs:mh

2894 	struct dlm_mhandle *mh;  in _create_message()  local
2901 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
2902 if (!mh) in _create_message()
2917 *mh_ret = mh; in _create_message()
2952 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) in send_message() argument
2955 dlm_lowcomms_commit_buffer(mh); in send_message()
3006 struct dlm_mhandle *mh; in send_common() local
3015 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
3021 error = send_message(mh, ms); in send_common()
3071 struct dlm_mhandle *mh; in send_grant() local
3076 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3084 error = send_message(mh, ms); in send_grant()
3092 struct dlm_mhandle *mh; in send_bast() local
3097 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast()
3105 error = send_message(mh, ms); in send_bast()
3113 struct dlm_mhandle *mh; in send_lookup() local
3122 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
3128 error = send_message(mh, ms); in send_lookup()
3141 struct dlm_mhandle *mh; in send_remove() local
3146 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove()
3153 error = send_message(mh, ms); in send_remove()
3162 struct dlm_mhandle *mh; in send_common_reply() local
3167 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply()
3175 error = send_message(mh, ms); in send_common_reply()
3205 struct dlm_mhandle *mh; in send_lookup_reply() local
3208 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply()
3216 error = send_message(mh, ms); in send_lookup_reply()
5167 struct dlm_mhandle *mh; in send_purge() local
5171 DLM_MSG_PURGE, &ms, &mh); in send_purge()
5177 return send_message(mh, ms); in send_purge()