gl_state          172 fs/gfs2/glock.c 	if (gl->gl_state == LM_ST_UNLOCKED)
gl_state          288 fs/gfs2/glock.c 	if (gl->gl_state == gh->gh_state)
gl_state          292 fs/gfs2/glock.c 	if (gl->gl_state == LM_ST_EXCLUSIVE) {
gl_state          298 fs/gfs2/glock.c 	if (gl->gl_state != LM_ST_UNLOCKED && (gh->gh_flags & LM_FLAG_ANY))
gl_state          420 fs/gfs2/glock.c 	held1 = (gl->gl_state != LM_ST_UNLOCKED);
gl_state          437 fs/gfs2/glock.c 	gl->gl_state = new_state;
gl_state          487 fs/gfs2/glock.c 				gl->gl_target = gl->gl_state;
gl_state          557 fs/gfs2/glock.c 	GLOCK_BUG_ON(gl, gl->gl_state == target);
gl_state          558 fs/gfs2/glock.c 	GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target);
gl_state          567 fs/gfs2/glock.c 	    (gl->gl_state == LM_ST_EXCLUSIVE) ||
gl_state          637 fs/gfs2/glock.c 	    gl->gl_demote_state != gl->gl_state) {
gl_state          709 fs/gfs2/glock.c 	    gl->gl_state != LM_ST_UNLOCKED &&
gl_state          835 fs/gfs2/glock.c 	gl->gl_state = LM_ST_UNLOCKED;
gl_state         1693 fs/gfs2/glock.c 	if (gl->gl_state != LM_ST_UNLOCKED)
gl_state         1899 fs/gfs2/glock.c 		       "v:%d r:%d m:%ld\n", fs_id_buf, state2str(gl->gl_state),
gl_state         1912 fs/gfs2/glock.c 	if (gl->gl_state != LM_ST_UNLOCKED && glops->go_dump)
gl_state          159 fs/gfs2/glock.h 	return gl->gl_state == LM_ST_EXCLUSIVE;
gl_state          164 fs/gfs2/glock.h 	return gl->gl_state == LM_ST_DEFERRED;
gl_state          169 fs/gfs2/glock.h 	return gl->gl_state == LM_ST_SHARED;
gl_state          183 fs/gfs2/glops.c 	GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE);
gl_state          279 fs/gfs2/glops.c 	GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE);
gl_state          472 fs/gfs2/glops.c 	    (gl->gl_state == LM_ST_EXCLUSIVE) &&
gl_state          529 fs/gfs2/glops.c 	if (gl->gl_state == LM_ST_SHARED &&
gl_state          603 fs/gfs2/glops.c 	    gl->gl_state == LM_ST_SHARED && ip) {
gl_state          355 fs/gfs2/incore.h 	unsigned int gl_state:2,	/* Current state */
gl_state          117 fs/gfs2/lock_dlm.c 	unsigned ret = gl->gl_state;
gl_state          298 fs/gfs2/lock_dlm.c 	if (gl->gl_lksb.sb_lvbptr && (gl->gl_state == LM_ST_EXCLUSIVE))
gl_state         2014 fs/gfs2/rgrp.c 	if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) &&
gl_state          565 fs/gfs2/super.c 	} else if (WARN_ON_ONCE(ip->i_gl->gl_state != LM_ST_EXCLUSIVE))
gl_state          112 fs/gfs2/trace_gfs2.h 		__entry->cur_state	= glock_trace_state(gl->gl_state);
gl_state          148 fs/gfs2/trace_gfs2.h 		__entry->cur_state	= glock_trace_state(gl->gl_state);
gl_state          182 fs/gfs2/trace_gfs2.h 		__entry->cur_state	= glock_trace_state(gl->gl_state);
gl_state         1236 fs/gfs2/xattr.c 		if (WARN_ON_ONCE(ip->i_gl->gl_state != LM_ST_EXCLUSIVE))