Searched refs:bastmode (Results 1 – 4 of 4) sorted by relevance
/fs/dlm/ |
D | ast.c | 36 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()
|
D | user.h | 12 void dlm_user_add_ast(struct dlm_lkb *lkb, int type, int bastmode);
|
D | ast.h | 16 void dlm_add_ast(struct dlm_lkb *lkb, int type, int bastmode);
|
D | user.c | 178 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()
|