gl_demote_state   443 fs/gfs2/glock.c 	gl->gl_demote_state = LM_ST_EXCLUSIVE;
gl_demote_state   470 fs/gfs2/glock.c 	    state != LM_ST_UNLOCKED && gl->gl_demote_state == LM_ST_UNLOCKED)
gl_demote_state   637 fs/gfs2/glock.c 	    gl->gl_demote_state != gl->gl_state) {
gl_demote_state   643 fs/gfs2/glock.c 		GLOCK_BUG_ON(gl, gl->gl_demote_state == LM_ST_EXCLUSIVE);
gl_demote_state   644 fs/gfs2/glock.c 		gl->gl_target = gl->gl_demote_state;
gl_demote_state   710 fs/gfs2/glock.c 	    gl->gl_demote_state != LM_ST_EXCLUSIVE) {
gl_demote_state   837 fs/gfs2/glock.c 	gl->gl_demote_state = LM_ST_EXCLUSIVE;
gl_demote_state  1067 fs/gfs2/glock.c 	if (gl->gl_demote_state == LM_ST_EXCLUSIVE) {
gl_demote_state  1068 fs/gfs2/glock.c 		gl->gl_demote_state = state;
gl_demote_state  1070 fs/gfs2/glock.c 	} else if (gl->gl_demote_state != LM_ST_UNLOCKED &&
gl_demote_state  1071 fs/gfs2/glock.c 			gl->gl_demote_state != state) {
gl_demote_state  1072 fs/gfs2/glock.c 		gl->gl_demote_state = LM_ST_UNLOCKED;
gl_demote_state  1904 fs/gfs2/glock.c 		  state2str(gl->gl_demote_state), dtime,
gl_demote_state   602 fs/gfs2/glops.c 	if (gl->gl_demote_state == LM_ST_UNLOCKED &&
gl_demote_state   357 fs/gfs2/incore.h 		     gl_demote_state:2,	/* State requested by remote node */
gl_demote_state   115 fs/gfs2/trace_gfs2.h 		__entry->dmt_state	= glock_trace_state(gl->gl_demote_state);
gl_demote_state   183 fs/gfs2/trace_gfs2.h 		__entry->dmt_state	= glock_trace_state(gl->gl_demote_state);