Searched defs:astarg (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| D | stack_o2cb.c | 154 static void o2dlm_lock_ast_wrapper(void *astarg) in o2dlm_lock_ast_wrapper() 161 static void o2dlm_blocking_ast_wrapper(void *astarg, int level) in o2dlm_blocking_ast_wrapper() 168 static void o2dlm_unlock_ast_wrapper(void *astarg, enum dlm_status status) in o2dlm_unlock_ast_wrapper()
|
| D | stack_user.c | 652 static void fsdlm_lock_ast_wrapper(void *astarg) in fsdlm_lock_ast_wrapper() 673 static void fsdlm_blocking_ast_wrapper(void *astarg, int level) in fsdlm_blocking_ast_wrapper()
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | stack_o2cb.c | 156 static void o2dlm_lock_ast_wrapper(void *astarg) in o2dlm_lock_ast_wrapper() 163 static void o2dlm_blocking_ast_wrapper(void *astarg, int level) in o2dlm_blocking_ast_wrapper() 170 static void o2dlm_unlock_ast_wrapper(void *astarg, enum dlm_status status) in o2dlm_unlock_ast_wrapper()
|
| D | stack_user.c | 653 static void fsdlm_lock_ast_wrapper(void *astarg) in fsdlm_lock_ast_wrapper() 674 static void fsdlm_blocking_ast_wrapper(void *astarg, int level) in fsdlm_blocking_ast_wrapper()
|
| /kernel/linux/linux-6.6/fs/dlm/ |
| D | lock.c | 2645 static int set_unlock_args(uint32_t flags, void *astarg, struct dlm_args *args) in set_unlock_args() 3204 int dlm_lock(dlm_lockspace_t *lockspace, in dlm_lock() 3211 void (*ast) (void *astarg), in dlm_lock() 3265 void *astarg) in dlm_unlock()
|
| /kernel/linux/linux-5.10/fs/dlm/ |
| D | lock.c | 2875 static int set_unlock_args(uint32_t flags, void *astarg, struct dlm_args *args) in set_unlock_args() 3413 int dlm_lock(dlm_lockspace_t *lockspace, in dlm_lock() 3420 void (*ast) (void *astarg), in dlm_lock() 3470 void *astarg) in dlm_unlock()
|