Home
last modified time | relevance | path

Searched refs:lkb_highbast (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Dlock.c2126 lkb->lkb_highbast = 0; in _grant_lock()
2546 if (lkb->lkb_highbast < lkb->lkb_rqmode) { in grant_pending_convert()
2548 lkb->lkb_highbast = lkb->lkb_rqmode; in grant_pending_convert()
2603 if (gr->lkb_highbast < DLM_LOCK_EX) in lock_requires_bast()
2608 if (gr->lkb_highbast < high && in lock_requires_bast()
2645 lkb->lkb_highbast = high; in grant_pending_locks()
2654 if (gr->lkb_highbast < DLM_LOCK_EX) in modes_require_bast()
2659 if (gr->lkb_highbast < rq->lkb_rqmode && !modes_compat(gr, rq)) in modes_require_bast()
2675 gr->lkb_highbast = lkb->lkb_rqmode; in send_bast_queue()
4371 lkb->lkb_highbast in receive_bast()
[all...]
H A Ddlm_internal.h245 int8_t lkb_highbast; /* highest mode bast sent for */ member
/kernel/linux/linux-6.6/fs/dlm/
H A Dlock.c1900 lkb->lkb_highbast = 0; in _grant_lock()
2320 if (lkb->lkb_highbast < lkb->lkb_rqmode) { in grant_pending_convert()
2322 lkb->lkb_highbast = lkb->lkb_rqmode; in grant_pending_convert()
2377 if (gr->lkb_highbast < DLM_LOCK_EX) in lock_requires_bast()
2382 if (gr->lkb_highbast < high && in lock_requires_bast()
2419 lkb->lkb_highbast = high; in grant_pending_locks()
2428 if (gr->lkb_highbast < DLM_LOCK_EX) in modes_require_bast()
2433 if (gr->lkb_highbast < rq->lkb_rqmode && !modes_compat(gr, rq)) in modes_require_bast()
2449 gr->lkb_highbast = lkb->lkb_rqmode; in send_bast_queue()
4107 lkb->lkb_highbast in receive_bast()
[all...]
H A Ddlm_internal.h246 int8_t lkb_highbast; /* highest mode bast sent for */ member

Completed in 15 milliseconds