Searched refs:queue_bast (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/dlm/ |
D | lock.c | 310 static void queue_bast(struct dlm_rsb *r, struct dlm_lkb *lkb, int rqmode) in queue_bast() function 2485 queue_bast(r, lkb, lkb->lkb_rqmode); in grant_pending_convert() 2580 queue_bast(r, lkb, DLM_LOCK_CW); in grant_pending_locks() 2582 queue_bast(r, lkb, high); in grant_pending_locks() 2612 queue_bast(r, gr, lkb->lkb_rqmode); in send_bast_queue() 4262 queue_bast(r, lkb, le32_to_cpu(ms->m_bastmode)); in receive_bast()
|