LM_ST_UNLOCKED    172 fs/gfs2/glock.c 	if (gl->gl_state == LM_ST_UNLOCKED)
LM_ST_UNLOCKED    298 fs/gfs2/glock.c 	if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY))
LM_ST_UNLOCKED    420 fs/gfs2/glock.c 	held1 = (gl->gl_state != LM_ST_UNLOCKED);
LM_ST_UNLOCKED    421 fs/gfs2/glock.c 	held2 = (new_state != LM_ST_UNLOCKED);
LM_ST_UNLOCKED    470 fs/gfs2/glock.c 	    state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED)
LM_ST_UNLOCKED    471 fs/gfs2/glock.c 		gl->gl_target = LM_ST_UNLOCKED;
LM_ST_UNLOCKED    494 fs/gfs2/glock.c 		case LM_ST_UNLOCKED:
LM_ST_UNLOCKED    501 fs/gfs2/glock.c 			do_xmote(gl, gh, LM_ST_UNLOCKED);
LM_ST_UNLOCKED    515 fs/gfs2/glock.c 	if (state != LM_ST_UNLOCKED) {
LM_ST_UNLOCKED    553 fs/gfs2/glock.c 	    target != LM_ST_UNLOCKED)
LM_ST_UNLOCKED    559 fs/gfs2/glock.c 	if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) &&
LM_ST_UNLOCKED    566 fs/gfs2/glock.c 	if ((gl->gl_req == LM_ST_UNLOCKED) ||
LM_ST_UNLOCKED    581 fs/gfs2/glock.c 		if (ret == -EINVAL && gl->gl_target == LM_ST_UNLOCKED &&
LM_ST_UNLOCKED    582 fs/gfs2/glock.c 		    target == LM_ST_UNLOCKED &&
LM_ST_UNLOCKED    709 fs/gfs2/glock.c 	    gl->gl_state != LM_ST_UNLOCKED &&
LM_ST_UNLOCKED    835 fs/gfs2/glock.c 	gl->gl_state = LM_ST_UNLOCKED;
LM_ST_UNLOCKED    836 fs/gfs2/glock.c 	gl->gl_target = LM_ST_UNLOCKED;
LM_ST_UNLOCKED   1070 fs/gfs2/glock.c 	} else if (gl->gl_demote_state != LM_ST_UNLOCKED &&
LM_ST_UNLOCKED   1072 fs/gfs2/glock.c 		gl->gl_demote_state = LM_ST_UNLOCKED;
LM_ST_UNLOCKED   1244 fs/gfs2/glock.c 		handle_callback(gl, LM_ST_UNLOCKED, 0, false);
LM_ST_UNLOCKED   1471 fs/gfs2/glock.c 	if (gl->gl_target == LM_ST_UNLOCKED)
LM_ST_UNLOCKED   1567 fs/gfs2/glock.c 			handle_callback(gl, LM_ST_UNLOCKED, 0, false);
LM_ST_UNLOCKED   1693 fs/gfs2/glock.c 	if (gl->gl_state != LM_ST_UNLOCKED)
LM_ST_UNLOCKED   1694 fs/gfs2/glock.c 		handle_callback(gl, LM_ST_UNLOCKED, 0, false);
LM_ST_UNLOCKED   1759 fs/gfs2/glock.c 	case LM_ST_UNLOCKED:
LM_ST_UNLOCKED   1912 fs/gfs2/glock.c 	if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump)
LM_ST_UNLOCKED    602 fs/gfs2/glops.c 	if (gl->gl_demote_state == LM_ST_UNLOCKED &&
LM_ST_UNLOCKED    169 fs/gfs2/lock_dlm.c 		gfs2_glock_cb(gl, LM_ST_UNLOCKED);
LM_ST_UNLOCKED    188 fs/gfs2/lock_dlm.c 	case LM_ST_UNLOCKED:
LM_ST_UNLOCKED   2014 fs/gfs2/rgrp.c 	if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) &&
LM_ST_UNLOCKED    245 fs/gfs2/sys.c  		glmode = LM_ST_UNLOCKED;