mstype           1361 fs/dlm/lock.c  static int msg_reply_type(int mstype)
mstype           1363 fs/dlm/lock.c  	switch (mstype) {
mstype           1450 fs/dlm/lock.c  static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid)
mstype           1458 fs/dlm/lock.c  	    (is_overlap_cancel(lkb) && (mstype == DLM_MSG_CANCEL))) {
mstype           1464 fs/dlm/lock.c  		switch (mstype) {
mstype           1479 fs/dlm/lock.c  			  lkb->lkb_id, lkb->lkb_wait_type, mstype,
mstype           1489 fs/dlm/lock.c  	lkb->lkb_wait_type = mstype;
mstype           1497 fs/dlm/lock.c  			  lkb->lkb_id, error, lkb->lkb_flags, mstype,
mstype           1508 fs/dlm/lock.c  static int _remove_from_waiters(struct dlm_lkb *lkb, int mstype,
mstype           1514 fs/dlm/lock.c  	if (is_overlap_unlock(lkb) && (mstype == DLM_MSG_UNLOCK_REPLY)) {
mstype           1521 fs/dlm/lock.c  	if (is_overlap_cancel(lkb) && (mstype == DLM_MSG_CANCEL_REPLY)) {
mstype           1531 fs/dlm/lock.c  	if ((mstype == DLM_MSG_CANCEL_REPLY) &&
mstype           1546 fs/dlm/lock.c  	if ((mstype == DLM_MSG_CONVERT_REPLY) &&
mstype           1567 fs/dlm/lock.c  		  mstype, lkb->lkb_flags);
mstype           1578 fs/dlm/lock.c  			  lkb->lkb_id, mstype, lkb->lkb_wait_type);
mstype           1593 fs/dlm/lock.c  static int remove_from_waiters(struct dlm_lkb *lkb, int mstype)
mstype           1599 fs/dlm/lock.c  	error = _remove_from_waiters(lkb, mstype, NULL);
mstype           3528 fs/dlm/lock.c  			   int to_nodeid, int mstype,
mstype           3554 fs/dlm/lock.c  	ms->m_type = mstype;
mstype           3562 fs/dlm/lock.c  			  int to_nodeid, int mstype,
mstype           3568 fs/dlm/lock.c  	switch (mstype) {
mstype           3584 fs/dlm/lock.c  	return _create_message(r->res_ls, mb_len, to_nodeid, mstype,
mstype           3642 fs/dlm/lock.c  static int send_common(struct dlm_rsb *r, struct dlm_lkb *lkb, int mstype)
mstype           3650 fs/dlm/lock.c  	error = add_to_waiters(lkb, mstype, to_nodeid);
mstype           3654 fs/dlm/lock.c  	error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh);
mstype           3666 fs/dlm/lock.c  	remove_from_waiters(lkb, msg_reply_type(mstype));
mstype           3798 fs/dlm/lock.c  			     int mstype, int rv)
mstype           3806 fs/dlm/lock.c  	error = create_message(r, lkb, to_nodeid, mstype, &ms, &mh);
mstype           4483 fs/dlm/lock.c  	int error, mstype, result;
mstype           4498 fs/dlm/lock.c  	mstype = lkb->lkb_wait_type;
mstype           4509 fs/dlm/lock.c  	if (mstype == DLM_MSG_LOOKUP) {
mstype           5270 fs/dlm/lock.c  	int error = 0, mstype, err, oc, ou;
mstype           5287 fs/dlm/lock.c  		mstype = lkb->lkb_wait_type;
mstype           5294 fs/dlm/lock.c  			  "overlap %d %d", lkb->lkb_id, lkb->lkb_remid, mstype,
mstype           5314 fs/dlm/lock.c  			switch (mstype) {
mstype           5333 fs/dlm/lock.c  			switch (mstype) {
mstype           5351 fs/dlm/lock.c  				  lkb->lkb_id, mstype, r->res_nodeid,