Lines Matching refs:gh_gl

372 		struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd;  in gfs2_holder_wake()
429 struct gfs2_glock *gl = gh->gh_gl; in gfs2_instantiate()
1253 gh->gh_gl = gfs2_glock_hold(gl); in __gfs2_holder_init()
1290 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
1338 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait()
1364 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1374 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait()
1387 gfs2_glock_update_hold_time(gh->gh_gl, in gfs2_glock_async_wait()
1478 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1502 if (gh->gh_gl->gl_ops->go_type == LM_TYPE_FLOCK) in add_to_queue()
1545 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
1549 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1565 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1612 struct gfs2_glock *gl = gh->gh_gl; in __gfs2_glock_dq()
1657 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1686 gh->gh_gl != sdp->sd_jinode_gl) { in gfs2_glock_dq()
1702 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
1759 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1760 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1766 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
2790 if (!READ_ONCE(fl_gh->gh_gl)) in gfs2_glockfd_seq_show_flock()
2795 gl_name = fl_gh->gh_gl->gl_name; in gfs2_glockfd_seq_show_flock()
2812 gl = GFS2_I(inode)->i_iopen_gh.gh_gl; in gfs2_glockfd_seq_show()