Lines Matching refs:target
63 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target);
665 * @target: The target lock state
670 unsigned int target)
679 if (target != LM_ST_UNLOCKED && glock_blocked_by_withdraw(gl) &&
684 GLOCK_BUG_ON(gl, gl->gl_state == target);
686 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) &&
698 gl->gl_req = target;
733 glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA);
763 (target != LM_ST_UNLOCKED ||
789 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags);
791 target == LM_ST_UNLOCKED &&
793 finish_xmote(gl, target);
800 finish_xmote(gl, target);