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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddlm.h239 * astarg: argument passed to lockast and bast functions
269 void (*lockast) (void *astarg),
270 void *astarg,
271 void (*bast) (void *astarg, int mode));
283 * astarg: the arg used with the completion ast for the unlock
297 void *astarg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dlock.c26 static inline void gdlm_ast(void *astarg) argument
28 queue_complete(astarg);
31 static inline void gdlm_bast(void *astarg, int mode) argument
33 struct gdlm_lock *lp = astarg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlock.c1726 void *astarg, void *bast, struct dlm_args *args)
1781 args->astparam = (long) astarg;
1790 static int set_unlock_args(uint32_t flags, void *astarg, struct dlm_args *args) argument
1800 args->astparam = (long) astarg;
2253 void (*ast) (void *astarg),
2254 void *astarg,
2255 void (*bast) (void *astarg, int mode))
2277 astarg, bast, &args);
2303 void *astarg)
2320 error = set_unlock_args(flags, astarg,
1724 set_lock_args(int mode, struct dlm_lksb *lksb, uint32_t flags, int namelen, uint32_t parent_lkid, void *ast, void *astarg, void *bast, struct dlm_args *args) argument
2246 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
2299 dlm_unlock(dlm_lockspace_t *lockspace, uint32_t lkid, uint32_t flags, struct dlm_lksb *lksb, void *astarg) argument
[all...]

Completed in 97 milliseconds