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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/dlm/
H A Dast.c31 if (lkb->lkb_ast_type & (AST_COMP | AST_BAST))
44 if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) {
52 if ((type == AST_COMP) && (lkb->lkb_ast_type & AST_COMP))
97 do_cast = (type & AST_COMP) && castfn;
104 if (first == AST_COMP)
112 if (first == AST_COMP) {
H A Duser.c167 if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV)
221 if (type == AST_COMP && (ast_type & AST_COMP))
235 if ((lkb->lkb_ast_type & AST_COMP) &&
859 do_cast = lkb->lkb_ast_type & AST_COMP;
867 if (lkb->lkb_ast_first == AST_COMP) {
868 ret_type = AST_COMP;
870 lkb->lkb_ast_type &= ~AST_COMP;
876 lkb->lkb_ast_first = AST_COMP;
880 ret_mode = (ret_type == AST_COMP)
[all...]
H A Ddlm_internal.h194 #define AST_COMP 1 macro
H A Drcom.c326 rl->rl_asts |= AST_COMP;
H A Dlock.c311 dlm_add_ast(lkb, AST_COMP, lkb->lkb_grmode);
2804 ms->m_asts |= AST_COMP;
3103 lkb->lkb_astfn = (ms->m_asts & AST_COMP) ? &fake_astfn : NULL;
4391 lkb->lkb_astfn = (rl->rl_asts & AST_COMP) ? &fake_astfn : NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/dlm/
H A Dast.c31 if (lkb->lkb_ast_type & (AST_COMP | AST_BAST))
44 if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) {
52 if ((type == AST_COMP) && (lkb->lkb_ast_type & AST_COMP))
97 do_cast = (type & AST_COMP) && castfn;
104 if (first == AST_COMP)
112 if (first == AST_COMP) {
H A Duser.c167 if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV)
221 if (type == AST_COMP && (ast_type & AST_COMP))
235 if ((lkb->lkb_ast_type & AST_COMP) &&
859 do_cast = lkb->lkb_ast_type & AST_COMP;
867 if (lkb->lkb_ast_first == AST_COMP) {
868 ret_type = AST_COMP;
870 lkb->lkb_ast_type &= ~AST_COMP;
876 lkb->lkb_ast_first = AST_COMP;
880 ret_mode = (ret_type == AST_COMP)
[all...]
H A Ddlm_internal.h194 #define AST_COMP 1 macro
H A Drcom.c326 rl->rl_asts |= AST_COMP;
H A Dlock.c311 dlm_add_ast(lkb, AST_COMP, lkb->lkb_grmode);
2804 ms->m_asts |= AST_COMP;
3103 lkb->lkb_astfn = (ms->m_asts & AST_COMP) ? &fake_astfn : NULL;
4391 lkb->lkb_astfn = (rl->rl_asts & AST_COMP) ? &fake_astfn : NULL;

Completed in 294 milliseconds