Home
last modified time | relevance | path

Searched refs:lkb_highbast (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/dlm/
A Dlock.c2045 lkb->lkb_highbast = 0; in _grant_lock()
2465 if (lkb->lkb_highbast < lkb->lkb_rqmode) { in grant_pending_convert()
2467 lkb->lkb_highbast = lkb->lkb_rqmode; in grant_pending_convert()
2522 if (gr->lkb_highbast < DLM_LOCK_EX) in lock_requires_bast()
2527 if (gr->lkb_highbast < high && in lock_requires_bast()
2564 lkb->lkb_highbast = high; in grant_pending_locks()
2573 if (gr->lkb_highbast < DLM_LOCK_EX) in modes_require_bast()
2578 if (gr->lkb_highbast < rq->lkb_rqmode && !modes_compat(gr, rq)) in modes_require_bast()
2594 gr->lkb_highbast = lkb->lkb_rqmode; in send_bast_queue()
4279 lkb->lkb_highbast = le32_to_cpu(ms->m_bastmode); in receive_bast()
A Ddlm_internal.h254 int8_t lkb_highbast; /* highest mode bast sent for */ member

Completed in 15 milliseconds