Searched defs:astarg (Results 1 - 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | stack_o2cb.c | 156 static void o2dlm_lock_ast_wrapper(void *astarg) in o2dlm_lock_ast_wrapper() argument 163 static void o2dlm_blocking_ast_wrapper(void *astarg, int level) in o2dlm_blocking_ast_wrapper() argument 170 static void o2dlm_unlock_ast_wrapper(void *astarg, enum dlm_status status) in o2dlm_unlock_ast_wrapper() argument
|
| H A D | stack_user.c | 653 static void fsdlm_lock_ast_wrapper(void *astarg) in fsdlm_lock_ast_wrapper() argument 674 static void fsdlm_blocking_ast_wrapper(void *astarg, int level) in fsdlm_blocking_ast_wrapper() argument
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | stack_o2cb.c | 154 static void o2dlm_lock_ast_wrapper(void *astarg) in o2dlm_lock_ast_wrapper() argument 161 static void o2dlm_blocking_ast_wrapper(void *astarg, int level) in o2dlm_blocking_ast_wrapper() argument 168 static void o2dlm_unlock_ast_wrapper(void *astarg, enum dlm_status status) in o2dlm_unlock_ast_wrapper() argument
|
| H A D | stack_user.c | 652 static void fsdlm_lock_ast_wrapper(void *astarg) in fsdlm_lock_ast_wrapper() argument 673 static void fsdlm_blocking_ast_wrapper(void *astarg, int level) in fsdlm_blocking_ast_wrapper() argument
|
| /kernel/linux/linux-5.10/fs/dlm/ |
| H A D | lock.c | 2875 static int set_unlock_args(uint32_t flags, void *astarg, struct dlm_args *args) in set_unlock_args() argument 3413 dlm_lock(dlm_lockspace_t *lockspace, int mode, struct dlm_lksb *lksb, uint32_t flags, void *name, unsigned int namelen, uint32_t parent_lkid, void (*ast) (void *astarg), void *astarg, void (*bast) (void *astarg, int mode)) dlm_lock() argument 3466 dlm_unlock(dlm_lockspace_t *lockspace, uint32_t lkid, uint32_t flags, struct dlm_lksb *lksb, void *astarg) dlm_unlock() argument
|
| /kernel/linux/linux-6.6/fs/dlm/ |
| H A D | lock.c | 2645 static int set_unlock_args(uint32_t flags, void *astarg, struct dlm_args *args) in set_unlock_args() argument 3204 dlm_lock(dlm_lockspace_t *lockspace, int mode, struct dlm_lksb *lksb, uint32_t flags, const void *name, unsigned int namelen, uint32_t parent_lkid, void (*ast) (void *astarg), void *astarg, void (*bast) (void *astarg, int mode)) dlm_lock() argument 3261 dlm_unlock(dlm_lockspace_t *lockspace, uint32_t lkid, uint32_t flags, struct dlm_lksb *lksb, void *astarg) dlm_unlock() argument
|
Completed in 21 milliseconds