Searched refs:GLOCK_BUG_ON (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/gfs2/ |
| A D | glock.c | 214 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold() 257 GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2); in gfs2_glock_queue_work() 270 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 274 GLOCK_BUG_ON(gl, !mapping_empty(mapping)); in __gfs2_glock_put() 284 GLOCK_BUG_ON(gl, gl->gl_lockref.count != 1); in __gfs2_glock_put_or_lock() 641 GLOCK_BUG_ON(gl, 1); in finish_xmote() 701 GLOCK_BUG_ON(gl, gl->gl_state == target); in do_xmote() 702 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote() 1115 GLOCK_BUG_ON(gl, gl->gl_lockref.count < drop_refs); in glock_work_func() 1510 GLOCK_BUG_ON(gl, gh->gh_owner_pid == NULL); in add_to_queue() [all …]
|
| A D | glops.c | 82 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 204 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in rgrp_go_sync() 321 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in inode_go_sync()
|
| A D | glock.h | 205 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { \ macro
|
| A D | rgrp.c | 1234 GLOCK_BUG_ON(rgd->rd_gl, rgd->rd_reserved); in gfs2_rgrp_go_instantiate() 1281 GLOCK_BUG_ON(rgd->rd_gl, rgd->rd_reserved); in update_rgrp_lvb() 2211 GLOCK_BUG_ON(rgd->rd_gl, rgd->rd_reserved < rs->rs_reserved); in gfs2_inplace_release() 2471 GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_reserved < *nblocks); in gfs2_alloc_blocks() 2472 GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_free_clone < *nblocks); in gfs2_alloc_blocks() 2473 GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_free < *nblocks); in gfs2_alloc_blocks()
|
Completed in 16 milliseconds