Lines Matching refs:target
60 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target);
543 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target) in do_xmote() argument
553 target != LM_ST_UNLOCKED) in do_xmote()
557 GLOCK_BUG_ON(gl, gl->gl_state == target); in do_xmote()
559 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) && in do_xmote()
564 gl->gl_req = target; in do_xmote()
574 glops->go_inval(gl, target == LM_ST_DEFERRED ? 0 : DIO_METADATA); in do_xmote()
580 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()
582 target == LM_ST_UNLOCKED && in do_xmote()
584 finish_xmote(gl, target); in do_xmote()
593 finish_xmote(gl, target); in do_xmote()