Lines Matching refs:bast
41 * lock level will obsolete a pending bast.
42 * For example, if dlm_thread queued a bast for an EX lock that
43 * was blocking another EX, but before sending the bast the
44 * lock owner downconverted to NL, the bast is now obsolete.
60 /* old bast already sent, ok */
64 /* EX blocks anything left, any bast still valid */
67 /* NL blocks nothing, no reason to send any bast, cancel it */
106 /* check to see if this ast obsoletes the bast */
119 /* free up the reserved bast that we are cancelling.
121 * ast because *both* an ast and a bast were reserved
253 dlm_bastlockfunc_t *fn = lock->bast;
356 /* try convert queue for both ast/bast */
364 /* if not on convert, try blocked for ast, granted for bast */
371 /* if lock is found but unlock is pending ignore the bast */