Searched refs:GLOCK_BUG_ON (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/gfs2/ |
D | glock.c | 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() [all …]
|
D | glops.c | 78 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 160 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in rgrp_go_sync() 256 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in inode_go_sync()
|
D | glock.h | 206 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { gfs2_dump_glock(NULL, gl); BUG(); } } while(0) macro
|