Home
last modified time | relevance | path

Searched refs:lkb_ast_type (Results 1 – 4 of 4) sorted by relevance

/fs/dlm/
Dast.c31 if (lkb->lkb_ast_type & (AST_COMP | AST_BAST)) in dlm_del_ast()
44 if (!(lkb->lkb_ast_type & (AST_COMP | AST_BAST))) { in dlm_add_ast()
48 lkb->lkb_ast_type |= type; in dlm_add_ast()
76 type = lkb->lkb_ast_type; in process_asts()
77 lkb->lkb_ast_type = 0; in process_asts()
Duser.c209 ast_type = lkb->lkb_ast_type; in dlm_user_add_ast()
210 lkb->lkb_ast_type |= type; in dlm_user_add_ast()
225 lkb->lkb_ast_type &= ~AST_BAST; in dlm_user_add_ast()
234 if ((lkb->lkb_ast_type & AST_COMP) && in dlm_user_add_ast()
849 if (lkb->lkb_ast_type & AST_COMP) { in device_read()
850 lkb->lkb_ast_type &= ~AST_COMP; in device_read()
852 } else if (lkb->lkb_ast_type & AST_BAST) { in device_read()
853 lkb->lkb_ast_type &= ~AST_BAST; in device_read()
858 if (!lkb->lkb_ast_type) { in device_read()
Ddlm_internal.h239 int8_t lkb_ast_type; /* type of ast queued for */ member
Dlock.c165 lkb->lkb_grmode, lkb->lkb_wait_type, lkb->lkb_ast_type); in dlm_print_lkb()
4815 lkb->lkb_ast_type = 0; in dlm_clear_proc_locks()