fs/gfs2/glock.c
1019
GLOCK_BUG_ON(gl, gl->gl_lockref.count < drop_refs);
fs/gfs2/glock.c
1443
GLOCK_BUG_ON(gl, gh->gh_owner_pid == NULL);
fs/gfs2/glock.c
1445
GLOCK_BUG_ON(gl, true);
fs/gfs2/glock.c
189
GLOCK_BUG_ON(gl, 1);
fs/gfs2/glock.c
231
GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2);
fs/gfs2/glock.c
244
GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders));
fs/gfs2/glock.c
248
GLOCK_BUG_ON(gl, !mapping_empty(mapping));
fs/gfs2/glock.c
258
GLOCK_BUG_ON(gl, gl->gl_lockref.count != 1);
fs/gfs2/glock.c
317
GLOCK_BUG_ON(gl, !test_bit(HIF_HOLDER, ¤t_gh->gh_iflags));
fs/gfs2/glock.c
618
GLOCK_BUG_ON(gl, 1);
fs/gfs2/glock.c
680
GLOCK_BUG_ON(gl, gl->gl_state == target);
fs/gfs2/glock.c
681
GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target);
fs/gfs2/glock.c
736
GLOCK_BUG_ON(gl, !gfs2_withdrawn(sdp));
fs/gfs2/glock.c
768
GLOCK_BUG_ON(gl, test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags));
fs/gfs2/glock.c
781
GLOCK_BUG_ON(gl, gl->gl_demote_state == LM_ST_EXCLUSIVE);
fs/gfs2/glops.c
200
GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE);
fs/gfs2/glops.c
318
GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE);
fs/gfs2/glops.c
81
GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count));
fs/gfs2/rgrp.c
1234
GLOCK_BUG_ON(rgd->rd_gl, rgd->rd_reserved);
fs/gfs2/rgrp.c
1281
GLOCK_BUG_ON(rgd->rd_gl, rgd->rd_reserved);
fs/gfs2/rgrp.c
2209
GLOCK_BUG_ON(rgd->rd_gl, rgd->rd_reserved < rs->rs_reserved);
fs/gfs2/rgrp.c
2469
GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_reserved < *nblocks);
fs/gfs2/rgrp.c
2470
GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_free_clone < *nblocks);
fs/gfs2/rgrp.c
2471
GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_free < *nblocks);