Home
last modified time | relevance | path

Searched refs:GLOCK_BUG_ON (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dglock.c160 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold()
229 GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2); in __gfs2_glock_queue_work()
249 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put()
250 GLOCK_BUG_ON(gl, mapping && mapping->nrpages); in __gfs2_glock_put()
422 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change()
503 GLOCK_BUG_ON(gl, 1); in finish_xmote()
554 GLOCK_BUG_ON(gl, gl->gl_state == target); in do_xmote()
555 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote()
586 GLOCK_BUG_ON(gl, !test_bit(SDF_SHUTDOWN, in do_xmote()
631 GLOCK_BUG_ON(gl, test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)); in run_queue()
[all …]
Dglops.c78 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush()
162 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in rgrp_go_sync()
258 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in inode_go_sync()
Dglock.h206 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { gfs2_dump_glock(NULL, gl); BUG(); } } while(0) macro