Lines Matching refs:gh_gl
757 gh->gh_gl = gl; in gfs2_holder_init()
796 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
797 gh->gh_gl = NULL; in gfs2_holder_uninit()
816 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait()
882 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
901 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
940 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
944 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
960 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1008 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1051 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
1108 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1109 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1115 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()