Home
last modified time | relevance | path

Searched refs:astparam (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/dlm/
H A Ddlm_internal.h143 void (*astfn) (void *astparam);
144 void *astparam; member
145 void (*bastfn) (void *astparam, int mode);
273 void (*lkb_astfn) (void *astparam);
274 void (*lkb_bastfn) (void *astparam, int mode);
H A Dast.c174 void (*castfn) (void *astparam); in dlm_callback_work()
175 void (*bastfn) (void *astparam, int mode); in dlm_callback_work()
H A Dlock.c2582 int namelen, void (*ast)(void *astparam), in set_lock_args() argument
2583 void *astparam, in set_lock_args()
2584 void (*bast)(void *astparam, int mode), in set_lock_args() argument
2636 args->astparam = astparam; in set_lock_args()
2655 args->astparam = astarg; in set_unlock_args()
2687 lkb->lkb_astparam = args->astparam; in validate_lock_args()
2835 lkb->lkb_astparam = args->astparam; in validate_unlock_args()
3711 static void fake_bastfn(void *astparam, int mode) in fake_bastfn() argument
3716 static void fake_astfn(void *astparam) in fake_astfn() argument