Lines Matching defs:lksb
54 * include in the lksb union to make space for a combined dlm_lksb and lvb.
57 struct dlm_lksb lksb;
81 void (*lp_lock_ast)(struct ocfs2_dlm_lksb *lksb);
82 void (*lp_blocking_ast)(struct ocfs2_dlm_lksb *lksb, int level);
83 void (*lp_unlock_ast)(struct ocfs2_dlm_lksb *lksb, int error);
159 * them to stack->sp_proto. There is no astarg. The lksb will
165 struct ocfs2_dlm_lksb *lksb,
176 * no astarg. The lksb will be passed back to the unlock ast
180 struct ocfs2_dlm_lksb *lksb,
186 * callback pulls out the stack-specific lksb, converts the status
189 int (*lock_status)(struct ocfs2_dlm_lksb *lksb);
194 int (*lvb_valid)(struct ocfs2_dlm_lksb *lksb);
197 * Pull the lvb pointer off of the stack-specific lksb.
199 void *(*lock_lvb)(struct ocfs2_dlm_lksb *lksb);
216 void (*dump_lksb)(struct ocfs2_dlm_lksb *lksb);
267 struct ocfs2_dlm_lksb *lksb,
272 struct ocfs2_dlm_lksb *lksb,
275 int ocfs2_dlm_lock_status(struct ocfs2_dlm_lksb *lksb);
276 int ocfs2_dlm_lvb_valid(struct ocfs2_dlm_lksb *lksb);
277 void *ocfs2_dlm_lvb(struct ocfs2_dlm_lksb *lksb);
278 void ocfs2_dlm_dump_lksb(struct ocfs2_dlm_lksb *lksb);