Home
last modified time | relevance | path

Searched refs:lkb_wait_type (Results 1 – 4 of 4) sorted by relevance

/linux/fs/dlm/
A Ddebug_fs.c68 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()
714 lkb->lkb_id, lkb->lkb_wait_type, in waiters_read()
A Dlock.c1489 lkb->lkb_wait_type = mstype; in add_to_waiters()
1551 lkb->lkb_wait_type = 0; in _remove_from_waiters()
1560 if (lkb->lkb_wait_type) { in _remove_from_waiters()
1561 lkb->lkb_wait_type = 0; in _remove_from_waiters()
1580 lkb->lkb_wait_type = 0; in _remove_from_waiters()
2903 if (lkb->lkb_wait_type) in validate_lock_args()
2995 !lkb->lkb_wait_type) { in validate_unlock_args()
4496 mstype = lkb->lkb_wait_type; in receive_request_reply()
5142 lkb->lkb_wait_type, in dlm_recover_waiters_pre()
5285 mstype = lkb->lkb_wait_type; in dlm_recover_waiters_post()
[all …]
A Ddlm_internal.h250 int8_t lkb_wait_type; /* type of reply waiting for */ member
A Drcom.c421 rl->rl_wait_type = cpu_to_le16(lkb->lkb_wait_type); in pack_rcom_lock()

Completed in 19 milliseconds