Searched refs:astarg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddlm.h109 * astarg: argument passed to lockast and bast functions
139 void (*lockast) (void *astarg),
140 void *astarg,
141 void (*bast) (void *astarg, int mode));
153 * astarg: the arg used with the completion ast for the unlock
167 void *astarg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_o2cb.c163 static void o2dlm_lock_ast_wrapper(void *astarg) argument
165 struct ocfs2_dlm_lksb *lksb = astarg;
170 static void o2dlm_blocking_ast_wrapper(void *astarg, int level) argument
172 struct ocfs2_dlm_lksb *lksb = astarg;
177 static void o2dlm_unlock_ast_wrapper(void *astarg, enum dlm_status status) argument
179 struct ocfs2_dlm_lksb *lksb = astarg;
H A Dstack_user.c666 static void fsdlm_lock_ast_wrapper(void *astarg) argument
668 struct ocfs2_dlm_lksb *lksb = astarg;
687 static void fsdlm_blocking_ast_wrapper(void *astarg, int level) argument
689 struct ocfs2_dlm_lksb *lksb = astarg;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlock.c2051 static int set_unlock_args(uint32_t flags, void *astarg, struct dlm_args *args) argument
2061 args->astparam = astarg;
2601 void (*ast) (void *astarg),
2602 void *astarg,
2603 void (*bast) (void *astarg, int mode))
2625 astarg, bast, &args);
2651 void *astarg)
2668 error = set_unlock_args(flags, astarg, &args);
2594 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)) argument
2647 dlm_unlock(dlm_lockspace_t *lockspace, uint32_t lkid, uint32_t flags, struct dlm_lksb *lksb, void *astarg) argument

Completed in 104 milliseconds