Home
last modified time | relevance | path

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

/Linux-v5.15/fs/gfs2/
Dglock.c183 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold()
251 GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2); in __gfs2_glock_queue_work()
271 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put()
275 GLOCK_BUG_ON(gl, !mapping_empty(mapping)); in __gfs2_glock_put()
467 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change()
555 GLOCK_BUG_ON(gl, 1); in finish_xmote()
616 GLOCK_BUG_ON(gl, gl->gl_state == target); in do_xmote()
617 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote()
715 GLOCK_BUG_ON(gl, !gfs2_withdrawn(sdp)); in do_xmote()
759 GLOCK_BUG_ON(gl, test_bit(GLF_DEMOTE_IN_PROGRESS, &gl->gl_flags)); in run_queue()
[all …]
Dglops.c82 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush()
198 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in rgrp_go_sync()
313 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in inode_go_sync()
Dglock.h211 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { \ macro