Searched refs:mstype (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/dlm/ | 
| D | lock.c | 1361 static int msg_reply_type(int mstype)  in msg_reply_type()  argument 1363 	switch (mstype) {  in msg_reply_type() 1450 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid)  in add_to_waiters()  argument 1458 	    (is_overlap_cancel(lkb) && (mstype == DLM_MSG_CANCEL))) {  in add_to_waiters() 1464 		switch (mstype) {  in add_to_waiters() 1479 			  lkb->lkb_id, lkb->lkb_wait_type, mstype,  in add_to_waiters() 1489 	lkb->lkb_wait_type = mstype;  in add_to_waiters() 1497 			  lkb->lkb_id, error, lkb->lkb_flags, mstype,  in add_to_waiters() 1508 static int _remove_from_waiters(struct dlm_lkb *lkb, int mstype,  in _remove_from_waiters()  argument 1514 	if (is_overlap_unlock(lkb) && (mstype == DLM_MSG_UNLOCK_REPLY)) {  in _remove_from_waiters() [all …] 
 |