Searched refs:GLOCK_BUG_ON (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 183 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold() 252 GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2); in __gfs2_glock_queue_work() 272 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 276 GLOCK_BUG_ON(gl, mapping->nrpages || in __gfs2_glock_put() 455 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change() 543 GLOCK_BUG_ON(gl, 1); in finish_xmote() 604 GLOCK_BUG_ON(gl, gl->gl_state == target); 605 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); 703 GLOCK_BUG_ON(gl, !gfs2_withdrawn(sdp)); 747 GLOCK_BUG_ON(g [all...] |
H A D | glops.c | 79 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 209 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in rgrp_go_sync() 324 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in inode_go_sync()
|
H A D | glock.h | 205 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { \ macro
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 190 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold() 259 GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2); in __gfs2_glock_queue_work() 278 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 282 GLOCK_BUG_ON(gl, !mapping_empty(mapping)); in __gfs2_glock_put() 329 GLOCK_BUG_ON(gl, !test_bit(HIF_HOLDER, ¤t_gh->gh_iflags)); in may_grant() 533 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change() 623 GLOCK_BUG_ON(gl, 1); in finish_xmote() 684 GLOCK_BUG_ON(gl, gl->gl_state == target); 685 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); 797 GLOCK_BUG_ON(g [all...] |
H A D | glops.c | 82 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 201 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in rgrp_go_sync() 318 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in inode_go_sync()
|
H A D | glock.h | 219 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { \ macro
|
H 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() 2472 GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_reserved < *nblocks); in gfs2_alloc_blocks() 2473 GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_free_clone < *nblocks); in gfs2_alloc_blocks() 2474 GLOCK_BUG_ON(rbm.rgd->rd_gl, rbm.rgd->rd_free < *nblocks); in gfs2_alloc_blocks()
|
Completed in 11 milliseconds