Lines Matching refs:gh_gl
805 gh->gh_gl = gl; in gfs2_holder_init()
844 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
845 gh->gh_gl = NULL; in gfs2_holder_uninit()
864 gh->gh_gl->gl_hold_time = min(gh->gh_gl->gl_hold_time + in gfs2_glock_wait()
930 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
949 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
988 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
992 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1008 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1056 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1098 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
1155 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1156 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1162 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()