Lines Matching refs:gh_gl

401 		struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd;  in gfs2_holder_wake()
458 struct gfs2_glock *gl = gh->gh_gl; in gfs2_instantiate()
1293 gh->gh_gl = gfs2_glock_hold(gl); in __gfs2_holder_init()
1330 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
1378 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait()
1404 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1414 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait()
1427 gfs2_glock_update_hold_time(gh->gh_gl, in gfs2_glock_async_wait()
1518 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1542 if (gh->gh_gl->gl_ops->go_type == LM_TYPE_FLOCK) in add_to_queue()
1578 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
1582 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1598 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1645 struct gfs2_glock *gl = gh->gh_gl; in __gfs2_glock_dq()
1690 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1719 gh->gh_gl != sdp->sd_jinode_gl) { in gfs2_glock_dq()
1735 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
1792 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1793 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1799 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
2826 if (!READ_ONCE(fl_gh->gh_gl)) in gfs2_glockfd_seq_show_flock()
2831 gl_name = fl_gh->gh_gl->gl_name; in gfs2_glockfd_seq_show_flock()
2848 gl = GFS2_I(inode)->i_iopen_gh.gh_gl; in gfs2_glockfd_seq_show()