Lines Matching refs:GLOCK_BUG_ON
159 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold()
224 GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2); in __gfs2_glock_queue_work()
244 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put()
245 GLOCK_BUG_ON(gl, mapping && mapping->nrpages); in __gfs2_glock_put()
417 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change()
498 GLOCK_BUG_ON(gl, 1); in finish_xmote()
549 GLOCK_BUG_ON(gl, gl->gl_state == target); in do_xmote()
550 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote()
581 GLOCK_BUG_ON(gl, !test_bit(SDF_SHUTDOWN, in do_xmote()
626 GLOCK_BUG_ON(gl, test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)); in run_queue()
635 GLOCK_BUG_ON(gl, gl->gl_demote_state == LM_ST_EXCLUSIVE); in run_queue()
1150 GLOCK_BUG_ON(gl, test_and_set_bit(GLF_LOCK, &gl->gl_flags)); in gfs2_glock_dq()