Searched refs:astparam (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dlm_internal.h | 146 void (*astfn) (void *astparam); 147 void *astparam; member 148 void (*bastfn) (void *astparam, int mode); 273 void (*lkb_astfn) (void *astparam); 274 void (*lkb_bastfn) (void *astparam, int mode);
|
H A D | ast.c | 217 void (*castfn) (void *astparam); in dlm_callback_work() 218 void (*bastfn) (void *astparam, int mode); in dlm_callback_work()
|
H A D | lock.c | 2811 void (*ast) (void *astparam), in set_lock_args() 2812 void *astparam, in set_lock_args() 2813 void (*bast) (void *astparam, int mode), in set_lock_args() 2865 args->astparam = astparam; in set_lock_args() 2885 args->astparam = astarg; in set_unlock_args() 2916 lkb->lkb_astparam = args->astparam; in validate_lock_args() 3059 lkb->lkb_astparam = args->astparam; in validate_unlock_args() 3908 static void fake_bastfn(void *astparam, int mode) in fake_bastfn() argument 3913 static void fake_astfn(void *astparam) in fake_astfn() argument 2809 set_lock_args(int mode, struct dlm_lksb *lksb, uint32_t flags, int namelen, unsigned long timeout_cs, void (*ast) (void *astparam), void *astparam, void (*bast) (void *astparam, int mode), struct dlm_args *args) set_lock_args() argument [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dlm_internal.h | 143 void (*astfn) (void *astparam); 144 void *astparam; member 145 void (*bastfn) (void *astparam, int mode); 272 void (*lkb_astfn) (void *astparam); 273 void (*lkb_bastfn) (void *astparam, int mode);
|
H A D | ast.c | 160 void (*castfn) (void *astparam); in dlm_callback_work() 161 void (*bastfn) (void *astparam, int mode); in dlm_callback_work()
|
H A D | lock.c | 2582 int namelen, void (*ast)(void *astparam), in set_lock_args() 2583 void *astparam, in set_lock_args() 2584 void (*bast)(void *astparam, int mode), in set_lock_args() 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() 2837 lkb->lkb_astparam = args->astparam; in validate_unlock_args() 3713 static void fake_bastfn(void *astparam, int mode) in fake_bastfn() argument 3718 static void fake_astfn(void *astparam) in fake_astfn() argument 2581 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) set_lock_args() argument [all...] |
Completed in 15 milliseconds