Searched refs:lkb_wait_type (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 167 lkb->lkb_grmode, lkb->lkb_wait_type, lkb->lkb_wait_nodeid, in dlm_print_lkb() 1420 if (lkb->lkb_wait_type || is_overlap_cancel(lkb)) { in add_to_waiters() 1436 lkb->lkb_id, lkb->lkb_wait_type, mstype, wc, in add_to_waiters() 1443 lkb->lkb_wait_type = mstype; in add_to_waiters() 1451 lkb->lkb_wait_type, lkb->lkb_resource->res_name); in add_to_waiters() 1485 (lkb->lkb_wait_type != DLM_MSG_CANCEL)) { in _remove_from_waiters() 1487 lkb->lkb_id, lkb->lkb_wait_type); in _remove_from_waiters() 1500 (lkb->lkb_wait_type == DLM_MSG_CONVERT) && ms && !ms->m_result && in _remove_from_waiters() 1504 lkb->lkb_wait_type = 0; in _remove_from_waiters() 1513 if (lkb->lkb_wait_type) { in _remove_from_waiters() [all...] |
H A D | debug_fs.c | 69 if (lkb->lkb_wait_type) in print_format1_lock() 70 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock() 158 if (lkb->lkb_wait_type) in print_format1() 159 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1() 252 lkb->lkb_wait_type, in print_format3_lock() 831 lkb->lkb_id, lkb->lkb_wait_type, in waiters_read()
|
H A D | dlm_internal.h | 182 * lkb_wait_type: the dlm message type (DLM_MSG_ prefix) for which a 248 int8_t lkb_wait_type; /* type of reply waiting for */ member
|
H A D | rcom.c | 431 rl->rl_wait_type = cpu_to_le16(lkb->lkb_wait_type); in pack_rcom_lock()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | debug_fs.c | 66 if (lkb->lkb_wait_type) in print_format1_lock() 67 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock() 155 if (lkb->lkb_wait_type) in print_format1() 156 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1() 249 lkb->lkb_wait_type, in print_format3_lock() 712 lkb->lkb_id, lkb->lkb_wait_type, in waiters_read()
|
H A D | lock.c | 166 lkb->lkb_grmode, lkb->lkb_wait_type, lkb->lkb_wait_nodeid, in dlm_print_lkb() 1463 if (lkb->lkb_wait_type || is_overlap_cancel(lkb)) { 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() 1498 lkb->lkb_wait_type, lkb->lkb_resource->res_name); in add_to_waiters() 1532 (lkb->lkb_wait_type != DLM_MSG_CANCEL)) { in _remove_from_waiters() 1534 lkb->lkb_id, lkb->lkb_wait_type); in _remove_from_waiters() 1547 (lkb->lkb_wait_type == DLM_MSG_CONVERT) && in _remove_from_waiters() 1551 lkb->lkb_wait_type = 0; in _remove_from_waiters() 1561 if (lkb->lkb_wait_type) { in _remove_from_waiters() [all...] |
H A D | dlm_internal.h | 186 * lkb_wait_type: the dlm message type (DLM_MSG_ prefix) for which a 247 int8_t lkb_wait_type; /* type of reply waiting for */ member
|
H A D | rcom.c | 386 rl->rl_wait_type = cpu_to_le16(lkb->lkb_wait_type); in pack_rcom_lock()
|
Completed in 18 milliseconds