• Home
  • Raw
  • Download

Lines Matching refs:mh

3533 	struct dlm_mhandle *mh;  in _create_message()  local
3540 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
3541 if (!mh) in _create_message()
3556 *mh_ret = mh; in _create_message()
3591 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) in send_message() argument
3594 dlm_lowcomms_commit_buffer(mh); in send_message()
3645 struct dlm_mhandle *mh; in send_common() local
3654 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
3660 error = send_message(mh, ms); in send_common()
3710 struct dlm_mhandle *mh; in send_grant() local
3715 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3723 error = send_message(mh, ms); in send_grant()
3731 struct dlm_mhandle *mh; in send_bast() local
3736 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast()
3744 error = send_message(mh, ms); in send_bast()
3752 struct dlm_mhandle *mh; in send_lookup() local
3761 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
3767 error = send_message(mh, ms); in send_lookup()
3780 struct dlm_mhandle *mh; in send_remove() local
3785 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove()
3792 error = send_message(mh, ms); in send_remove()
3801 struct dlm_mhandle *mh; in send_common_reply() local
3806 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply()
3814 error = send_message(mh, ms); in send_common_reply()
3844 struct dlm_mhandle *mh; in send_lookup_reply() local
3847 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply()
3855 error = send_message(mh, ms); in send_lookup_reply()
4027 struct dlm_mhandle *mh; in send_repeat_remove() local
4066 dir_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_repeat_remove()
4073 send_message(mh, ms); in send_repeat_remove()
6286 struct dlm_mhandle *mh; in send_purge() local
6290 DLM_MSG_PURGE, &ms, &mh); in send_purge()
6296 return send_message(mh, ms); in send_purge()