Lines Matching refs:gh_gl
887 gh->gh_gl = gl; in gfs2_holder_init()
926 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
946 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait()
1012 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1031 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
1070 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
1074 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1090 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1137 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1179 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
1236 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1237 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1243 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()