Lines Matching refs:gl_lockref
137 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in gfs2_glock_hold()
138 lockref_get(&gl->gl_lockref); in gfs2_glock_hold()
198 if (lockref_put_or_lock(&gl->gl_lockref)) in gfs2_glock_put()
201 lockref_mark_dead(&gl->gl_lockref); in gfs2_glock_put()
204 spin_unlock(&gl->gl_lockref.lock); in gfs2_glock_put()
234 if (lockref_get_not_dead(&gl->gl_lockref)) in search_bucket()
386 GLOCK_BUG_ON(gl, __lockref_is_dead(&gl->gl_lockref)); in state_change()
388 gl->gl_lockref.count++; in state_change()
390 gl->gl_lockref.count--; in state_change()
617 gl->gl_lockref.count++; in run_queue()
619 gl->gl_lockref.count--; in run_queue()
745 gl->gl_lockref.count = 1; in gfs2_glock_get()
1023 gl->gl_lockref.count++; in gfs2_glock_nq()
1025 gl->gl_lockref.count--; in gfs2_glock_nq()
1328 gl->gl_lockref.count++; in gfs2_glock_complete()
1387 gl->gl_lockref.count++; in gfs2_dispose_glock_lru()
1392 gl->gl_lockref.count--; in gfs2_dispose_glock_lru()
1473 if ((gl->gl_sbd == sdp) && lockref_get_not_dead(&gl->gl_lockref)) in examine_bucket()
1722 (int)gl->gl_lockref.count, gl->gl_hold_time); in gfs2_dump_glock()
1875 __lockref_is_dead(&gi->gl->gl_lockref)); in gfs2_glock_iter_next()