Searched refs:AST_COMP (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/dlm/
H A Dast.c31 if (lkb->lkb_ast_type & (AST_COMP | AST_BAST))
45 if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) {
90 if ((type & AST_COMP) && cast)
H A Duser.c175 if (type == AST_COMP && (ast_type & AST_COMP))
190 if (type == AST_COMP &&
208 if ((lkb->lkb_ast_type & AST_COMP) &&
753 if (lkb->lkb_ast_type & AST_COMP) {
754 lkb->lkb_ast_type &= ~AST_COMP;
755 type = AST_COMP;
H A Ddlm_internal.h196 #define AST_COMP 1 macro
H A Drcom.c325 rl->rl_asts |= AST_COMP;
H A Dlock.c294 dlm_add_ast(lkb, AST_COMP);
2456 ms->m_asts |= AST_COMP;
2742 lkb->lkb_astaddr = (void *) (long) (ms->m_asts & AST_COMP);
3884 lkb->lkb_astaddr = (void *) (long) (rl->rl_asts & AST_COMP);

Completed in 159 milliseconds