Searched refs:find_lkb (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/dlm/ |
D | lock.c | 1220 static int find_lkb(struct dlm_ls *ls, uint32_t lkid, struct dlm_lkb **lkb_ret) in find_lkb() function 3432 error = find_lkb(ls, lksb->sb_lkid, &lkb); in dlm_lock() 3479 error = find_lkb(ls, lkid, &lkb); in dlm_unlock() 4170 error = find_lkb(ls, ms->m_remid, &lkb); in receive_convert() 4224 error = find_lkb(ls, ms->m_remid, &lkb); in receive_unlock() 4274 error = find_lkb(ls, ms->m_remid, &lkb); in receive_cancel() 4310 error = find_lkb(ls, ms->m_remid, &lkb); in receive_grant() 4341 error = find_lkb(ls, ms->m_remid, &lkb); in receive_bast() 4483 error = find_lkb(ls, ms->m_remid, &lkb); in receive_request_reply() 4668 error = find_lkb(ls, ms->m_remid, &lkb); in receive_convert_reply() [all …]
|