Searched refs:queue_bast (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 318 static void queue_bast(struct dlm_rsb *r, struct dlm_lkb *lkb, int rqmode) in queue_bast() function 2547 queue_bast(r, lkb, lkb->lkb_rqmode); in grant_pending_convert() 2642 queue_bast(r, lkb, DLM_LOCK_CW); in grant_pending_locks() 2644 queue_bast(r, lkb, high); in grant_pending_locks() 2674 queue_bast(r, gr, lkb->lkb_rqmode); in send_bast_queue() 4370 queue_bast(r, lkb, ms->m_bastmode); in receive_bast()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 310 static void queue_bast(struct dlm_rsb *r, struct dlm_lkb *lkb, int rqmode) in queue_bast() function 2321 queue_bast(r, lkb, lkb->lkb_rqmode); in grant_pending_convert() 2416 queue_bast(r, lkb, DLM_LOCK_CW); in grant_pending_locks() 2418 queue_bast(r, lkb, high); in grant_pending_locks() 2448 queue_bast(r, gr, lkb->lkb_rqmode); in send_bast_queue() 4106 queue_bast(r, lkb, le32_to_cpu(ms->m_bastmode)); in receive_bast()
|
Completed in 13 milliseconds