Searched refs:find_lkb (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/fs/dlm/ |
D | lock.c | 719 static int find_lkb(struct dlm_ls *ls, uint32_t lkid, struct dlm_lkb **lkb_ret) in find_lkb() function 2794 error = find_lkb(ls, lksb->sb_lkid, &lkb); in dlm_lock() 2841 error = find_lkb(ls, lkid, &lkb); in dlm_unlock() 3428 error = find_lkb(ls, ms->m_remid, &lkb); in receive_convert() 3472 error = find_lkb(ls, ms->m_remid, &lkb); in receive_unlock() 3513 error = find_lkb(ls, ms->m_remid, &lkb); in receive_cancel() 3548 error = find_lkb(ls, ms->m_remid, &lkb); in receive_grant() 3581 error = find_lkb(ls, ms->m_remid, &lkb); in receive_bast() 3662 error = find_lkb(ls, ms->m_remid, &lkb); in receive_request_reply() 3829 error = find_lkb(ls, ms->m_remid, &lkb); in receive_convert_reply() [all …]
|