AST_COMP 31 fs/dlm/ast.c if (lkb->lkb_ast_type & (AST_COMP | AST_BAST))
AST_COMP 44 fs/dlm/ast.c if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) {
AST_COMP 89 fs/dlm/ast.c if ((type & AST_COMP) && cast)
AST_COMP 310 fs/dlm/lock.c dlm_add_ast(lkb, AST_COMP);
AST_COMP 2727 fs/dlm/lock.c ms->m_asts |= AST_COMP;
AST_COMP 3029 fs/dlm/lock.c lkb->lkb_astfn = (ms->m_asts & AST_COMP) ? &fake_astfn : NULL;
AST_COMP 4310 fs/dlm/lock.c lkb->lkb_astfn = (rl->rl_asts & AST_COMP) ? &fake_astfn : NULL;
AST_COMP 326 fs/dlm/rcom.c rl->rl_asts |= AST_COMP;
AST_COMP 168 fs/dlm/user.c if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV)
AST_COMP 217 fs/dlm/user.c if (type == AST_COMP && (ast_type & AST_COMP))
AST_COMP 232 fs/dlm/user.c if ((lkb->lkb_ast_type & AST_COMP) &&
AST_COMP 847 fs/dlm/user.c if (lkb->lkb_ast_type & AST_COMP) {
AST_COMP 848 fs/dlm/user.c lkb->lkb_ast_type &= ~AST_COMP;
AST_COMP 849 fs/dlm/user.c type = AST_COMP;