Lines Matching defs:lksb
56 * include in the lksb union to make space for a combined dlm_lksb and lvb.
59 struct dlm_lksb lksb;
83 void (*lp_lock_ast)(struct ocfs2_dlm_lksb *lksb);
84 void (*lp_blocking_ast)(struct ocfs2_dlm_lksb *lksb, int level);
85 void (*lp_unlock_ast)(struct ocfs2_dlm_lksb *lksb, int error);
161 * them to stack->sp_proto. There is no astarg. The lksb will
167 struct ocfs2_dlm_lksb *lksb,
178 * no astarg. The lksb will be passed back to the unlock ast
182 struct ocfs2_dlm_lksb *lksb,
188 * callback pulls out the stack-specific lksb, converts the status
191 int (*lock_status)(struct ocfs2_dlm_lksb *lksb);
196 int (*lvb_valid)(struct ocfs2_dlm_lksb *lksb);
199 * Pull the lvb pointer off of the stack-specific lksb.
201 void *(*lock_lvb)(struct ocfs2_dlm_lksb *lksb);
218 void (*dump_lksb)(struct ocfs2_dlm_lksb *lksb);
269 struct ocfs2_dlm_lksb *lksb,
274 struct ocfs2_dlm_lksb *lksb,
277 int ocfs2_dlm_lock_status(struct ocfs2_dlm_lksb *lksb);
278 int ocfs2_dlm_lvb_valid(struct ocfs2_dlm_lksb *lksb);
279 void *ocfs2_dlm_lvb(struct ocfs2_dlm_lksb *lksb);
280 void ocfs2_dlm_dump_lksb(struct ocfs2_dlm_lksb *lksb);