Home
last modified time | relevance | path

Searched defs:astarg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstack_o2cb.c156 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 Dstack_user.c653 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 Dstack_o2cb.c154 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 Dstack_user.c652 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 Dlock.c2875 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 Dlock.c2645 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