Home
last modified time | relevance | path

Searched defs:astparam (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/dlm/
H A Dlock.c2582 int namelen, void (*ast)(void *astparam), in set_lock_args()
2584 void (*bast)(void *astparam, int mode), in set_lock_args()
3711 static void fake_bastfn(void *astparam, int mode) in fake_bastfn()
3716 static void fake_astfn(void *astparam) in fake_astfn()
H A Ddlm_internal.h144 void *astparam; member