Searched refs:mstype (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/dlm/ |
D | lock.c | 1399 static int msg_reply_type(int mstype) in msg_reply_type() argument 1401 switch (mstype) { in msg_reply_type() 1419 static int add_to_waiters(struct dlm_lkb *lkb, int mstype, int to_nodeid) in add_to_waiters() argument 1427 (is_overlap_cancel(lkb) && (mstype == DLM_MSG_CANCEL))) { in add_to_waiters() 1433 switch (mstype) { in add_to_waiters() 1448 lkb->lkb_id, lkb->lkb_wait_type, mstype, in add_to_waiters() 1458 lkb->lkb_wait_type = mstype; in add_to_waiters() 1465 lkb->lkb_id, error, lkb->lkb_flags, mstype, in add_to_waiters() 1476 static int _remove_from_waiters(struct dlm_lkb *lkb, int mstype, in _remove_from_waiters() argument 1482 if (is_overlap_unlock(lkb) && (mstype == DLM_MSG_UNLOCK_REPLY)) { in _remove_from_waiters() [all …]
|
D | lock.h | 77 int mstype, int to_nodeid);
|
D | debug_fs.c | 761 int mstype, to_nodeid; in waiters_write() local 770 n = sscanf(buf, "%x %d %d", &lkb_id, &mstype, &to_nodeid); in waiters_write() 774 error = dlm_debug_add_lkb_to_waiters(ls, lkb_id, mstype, to_nodeid); in waiters_write()
|