Lines Matching refs:mh
3532 struct dlm_mhandle *mh; in _create_message() local
3539 mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb); in _create_message()
3540 if (!mh) in _create_message()
3555 *mh_ret = mh; in _create_message()
3590 static int send_message(struct dlm_mhandle *mh, struct dlm_message *ms) in send_message() argument
3593 dlm_lowcomms_commit_buffer(mh); in send_message()
3644 struct dlm_mhandle *mh; in send_common() local
3653 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common()
3659 error = send_message(mh, ms); in send_common()
3709 struct dlm_mhandle *mh; in send_grant() local
3714 error = create_message(r, lkb, to_nodeid, DLM_MSG_GRANT, &ms, &mh); in send_grant()
3722 error = send_message(mh, ms); in send_grant()
3730 struct dlm_mhandle *mh; in send_bast() local
3735 error = create_message(r, NULL, to_nodeid, DLM_MSG_BAST, &ms, &mh); in send_bast()
3743 error = send_message(mh, ms); in send_bast()
3751 struct dlm_mhandle *mh; in send_lookup() local
3760 error = create_message(r, NULL, to_nodeid, DLM_MSG_LOOKUP, &ms, &mh); in send_lookup()
3766 error = send_message(mh, ms); in send_lookup()
3779 struct dlm_mhandle *mh; in send_remove() local
3784 error = create_message(r, NULL, to_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_remove()
3791 error = send_message(mh, ms); in send_remove()
3800 struct dlm_mhandle *mh; in send_common_reply() local
3805 error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh); in send_common_reply()
3813 error = send_message(mh, ms); in send_common_reply()
3843 struct dlm_mhandle *mh; in send_lookup_reply() local
3846 error = create_message(r, NULL, nodeid, DLM_MSG_LOOKUP_REPLY, &ms, &mh); in send_lookup_reply()
3854 error = send_message(mh, ms); in send_lookup_reply()
4017 struct dlm_mhandle *mh; in send_repeat_remove() local
4056 dir_nodeid, DLM_MSG_REMOVE, &ms, &mh); in send_repeat_remove()
4063 send_message(mh, ms); in send_repeat_remove()
6274 struct dlm_mhandle *mh; in send_purge() local
6278 DLM_MSG_PURGE, &ms, &mh); in send_purge()
6284 return send_message(mh, ms); in send_purge()