Searched refs:lkb_wait_type (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/dlm/ |
D | debug_fs.c | 68 if (lkb->lkb_wait_type) in print_format1_lock() 69 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1_lock() 157 if (lkb->lkb_wait_type) in print_format1() 158 seq_printf(s, " wait_type: %d", lkb->lkb_wait_type); in print_format1() 251 lkb->lkb_wait_type, in print_format3_lock() 744 lkb->lkb_id, lkb->lkb_wait_type, in waiters_read()
|
D | lock.c | 168 lkb->lkb_grmode, lkb->lkb_wait_type, lkb->lkb_wait_nodeid, in dlm_print_lkb() 1432 if (lkb->lkb_wait_type || is_overlap_cancel(lkb)) { 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() 1466 lkb->lkb_wait_type, lkb->lkb_resource->res_name); in add_to_waiters() 1500 (lkb->lkb_wait_type != DLM_MSG_CANCEL)) { in _remove_from_waiters() 1502 lkb->lkb_id, lkb->lkb_wait_type); in _remove_from_waiters() 1515 (lkb->lkb_wait_type == DLM_MSG_CONVERT) && in _remove_from_waiters() 1519 lkb->lkb_wait_type = 0; in _remove_from_waiters() 1529 if (lkb->lkb_wait_type) { in _remove_from_waiters() [all …]
|
D | dlm_internal.h | 256 int8_t lkb_wait_type; /* type of reply waiting for */ member
|
D | rcom.c | 423 rl->rl_wait_type = cpu_to_le16(lkb->lkb_wait_type); in pack_rcom_lock()
|