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

/drivers/staging/lustre/lustre/include/
H A Dlustre_dlm_flags.h286 * the first operation. LDLM_FL_BL_AST is set by ldlm_callback_handler() in
293 #define LDLM_FL_BL_AST 0x0000400000000000ULL // bit 46 macro
463 {LDLM_FL_BL_AST, "LDLM_FL_BL_AST"},
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_request.c652 lock->l_flags |= LDLM_FL_CBPENDING | LDLM_FL_BL_AST;
1089 * \retval LDLM_FL_BL_AST if there is a need for a separate CANCEL RPC.
1105 rc = (lock->l_flags & LDLM_FL_BL_AST) ?
1106 LDLM_FL_BL_AST : LDLM_FL_CANCELING;
1333 /* Even if the lock is marked as LDLM_FL_BL_AST, this is a LDLM_CANCEL
1382 * with the LDLM_FL_BL_AST flag in a separate RPC from
1384 if (!(flags & LCF_BL_AST) && (rc == LDLM_FL_BL_AST)) {
1628 LASSERT(!(lock->l_flags & LDLM_FL_BL_AST));
1792 if (lock->l_flags & LDLM_FL_BL_AST ||
H A Dldlm_lockd.c285 lock->l_flags |= LDLM_FL_CBPENDING | LDLM_FL_BL_AST;
679 lock->l_flags |= LDLM_FL_BL_AST;
H A Dldlm_lock.c832 !(lock->l_flags & LDLM_FL_BL_AST)) {

Completed in 317 milliseconds