Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dlock.c1443 lkb->lkb_wait_type = mstype; in add_to_waiters()
1504 lkb->lkb_wait_type = 0; in _remove_from_waiters()
1513 if (lkb->lkb_wait_type) { in _remove_from_waiters()
1514 lkb->lkb_wait_type = 0; in _remove_from_waiters()
1534 lkb->lkb_wait_type = 0; in _remove_from_waiters()
2785 !lkb->lkb_wait_type) { in validate_unlock_args()
2790 switch (lkb->lkb_wait_type) { in validate_unlock_args()
4248 mstype = lkb->lkb_wait_type; in receive_request_reply()
4913 lkb->lkb_wait_type, in dlm_recover_waiters_pre()
5051 mstype = lkb->lkb_wait_type; in dlm_recover_waiters_post()
[all …]
H A Ddebug_fs.c69 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 Ddlm_internal.h249 int8_t lkb_wait_type; /* type of reply waiting for */ member
H A Drcom.c431 rl->rl_wait_type = cpu_to_le16(lkb->lkb_wait_type); in pack_rcom_lock()