Home
last modified time | relevance | path

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

/fs/dlm/
Dast.c36 void dlm_add_ast(struct dlm_lkb *lkb, int type, int bastmode) in dlm_add_ast() argument
39 dlm_user_add_ast(lkb, type, bastmode); in dlm_add_ast()
49 if (bastmode) in dlm_add_ast()
50 lkb->lkb_bastmode = bastmode; in dlm_add_ast()
64 int type = 0, bastmode; in process_asts() local
78 bastmode = lkb->lkb_bastmode; in process_asts()
88 bast(lkb->lkb_astparam, bastmode); in process_asts()
Duser.h12 void dlm_user_add_ast(struct dlm_lkb *lkb, int type, int bastmode);
Dast.h16 void dlm_add_ast(struct dlm_lkb *lkb, int type, int bastmode);
Duser.c178 void dlm_user_add_ast(struct dlm_lkb *lkb, int type, int bastmode) in dlm_user_add_ast() argument
211 if (bastmode) in dlm_user_add_ast()
212 lkb->lkb_bastmode = bastmode; in dlm_user_add_ast()