Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c183 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); in do_xmote()
605 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote()
703 GLOCK_BUG_ON(gl, !gfs2_withdrawn(sdp)); in do_xmote()
747 GLOCK_BUG_ON(gl, test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)); in run_queue()
[all …]
H A Dglops.c79 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 Dglock.h205 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { \ macro