Searched refs:bastmode (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dast.c75 int type, first, bastmode, castmode, do_bast, do_cast, last_castmode; local
91 bastmode = lkb->lkb_bastmode;
108 if (dlm_modes_compat(bastmode, last_castmode))
116 bastfn(lkb->lkb_astparam, bastmode);
119 bastfn(lkb->lkb_astparam, bastmode);
130 lkb->lkb_bastmode_done = bastmode;
H A Duser.c799 int bastmode, castmode, do_bast, do_cast; local
860 bastmode = lkb->lkb_bastmode;
874 ret_mode = bastmode;
880 ret_mode = (ret_type == AST_COMP) ? castmode : bastmode;
889 dlm_modes_compat(bastmode, lkb->lkb_castmode_done)) {
920 lkb->lkb_bastmode_done = bastmode;

Completed in 46 milliseconds