• Home
  • Raw
  • Download

Lines Matching refs:mh

3536 	struct dlm_mhandle *mh;  in _create_message()  local
3543 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
3544 if (!mh) in _create_message()
3559 *mh_ret = mh; in _create_message()
3594 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) in send_message() argument
3597 dlm_lowcomms_commit_buffer(mh); in send_message()
3648 struct dlm_mhandle *mh; in send_common() local
3657 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
3663 error = send_message(mh, ms); in send_common()
3713 struct dlm_mhandle *mh; in send_grant() local
3718 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3726 error = send_message(mh, ms); in send_grant()
3734 struct dlm_mhandle *mh; in send_bast() local
3739 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast()
3747 error = send_message(mh, ms); in send_bast()
3755 struct dlm_mhandle *mh; in send_lookup() local
3764 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
3770 error = send_message(mh, ms); in send_lookup()
3783 struct dlm_mhandle *mh; in send_remove() local
3788 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove()
3795 error = send_message(mh, ms); in send_remove()
3804 struct dlm_mhandle *mh; in send_common_reply() local
3809 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply()
3817 error = send_message(mh, ms); in send_common_reply()
3847 struct dlm_mhandle *mh; in send_lookup_reply() local
3850 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply()
3858 error = send_message(mh, ms); in send_lookup_reply()
4030 struct dlm_mhandle *mh; in send_repeat_remove() local
4069 dir_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_repeat_remove()
4076 send_message(mh, ms); in send_repeat_remove()
6289 struct dlm_mhandle *mh; in send_purge() local
6293 DLM_MSG_PURGE, &ms, &mh); in send_purge()
6299 return send_message(mh, ms); in send_purge()