Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Ddlm_internal.h134 void (*astfn) (void *astparam);
135 void *astparam; member
136 void (*bastfn) (void *astparam, int mode);
239 void *astparam; /* caller's ast arg */ member
243 void (*bastfn)(void *astparam, int mode);
244 void (*astfn)(void *astparam);
292 void (*lkb_astfn) (void *astparam);
293 void (*lkb_bastfn) (void *astparam, int mode);
H A Dlock.c2752 int namelen, void (*ast)(void *astparam), in set_lock_args() argument
2753 void *astparam, in set_lock_args()
2754 void (*bast)(void *astparam, int mode), in set_lock_args() argument
2806 args->astparam = astparam; in set_lock_args()
2825 args->astparam = astarg; in set_unlock_args()
2857 lkb->lkb_astparam = args->astparam; in validate_lock_args()
3005 lkb->lkb_astparam = args->astparam; in validate_unlock_args()
3868 static void fake_bastfn(void *astparam, int mode) in fake_bastfn() argument
3873 static void fake_astfn(void *astparam) in fake_astfn() argument