Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Dglock.c137 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()
[all …]
Dincore.h333 struct lockref gl_lockref; member
334 #define gl_spin gl_lockref.lock
Dglops.c547 gl->gl_lockref.count++; in iopen_go_callback()
549 gl->gl_lockref.count--; in iopen_go_callback()