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

/linux-master/fs/dlm/
H A Dast.c160 void (*castfn) (void *astparam);
161 void (*bastfn) (void *astparam, int mode);
H A Ddlm_internal.h143 void (*astfn) (void *astparam);
144 void *astparam; member in struct:dlm_args
145 void (*bastfn) (void *astparam, int mode);
272 void (*lkb_astfn) (void *astparam);
273 void (*lkb_bastfn) (void *astparam, int mode);
H A Dlock.c2585 int namelen, void (*ast)(void *astparam),
2586 void *astparam,
2587 void (*bast)(void *astparam, int mode),
2639 args->astparam = astparam;
2658 args->astparam = astarg;
2690 lkb->lkb_astparam = args->astparam;
2840 lkb->lkb_astparam = args->astparam;
3716 static void fake_bastfn(void *astparam, int mode) argument
3721 static void fake_astfn(void *astparam) argument
2584 set_lock_args(int mode, struct dlm_lksb *lksb, uint32_t flags, int namelen, void (*ast)(void *astparam), void *astparam, void (*bast)(void *astparam, int mode), struct dlm_args *args) argument
[all...]

Completed in 85 milliseconds