Lines Matching defs:ctl
3729 struct ocfs2_unblock_ctl *ctl)
3782 ctl->requeue = 1;
3872 ctl->unblock_action = lockres->l_ops->downconvert_worker(lockres, blocking);
3874 if (ctl->unblock_action == UNBLOCK_STOP_POST) {
3891 ctl->requeue = 0;
3919 ctl->requeue = 1;
4290 struct ocfs2_unblock_ctl ctl = {0, 0,};
4312 status = ocfs2_unblock_lock(osb, lockres, &ctl);
4318 if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) {
4324 ctl.requeue ? "yes" : "no");
4327 if (ctl.unblock_action != UNBLOCK_CONTINUE