Lines Matching refs:gh_gl
340 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake()
1120 gh->gh_gl = gl; in gfs2_holder_init()
1159 gfs2_glock_put(gh->gh_gl); in gfs2_holder_uninit()
1188 gfs2_glock_update_hold_time(gh->gh_gl, start_time); in gfs2_glock_wait()
1214 struct gfs2_sbd *sdp = ghs[0].gh_gl->gl_name.ln_sbd; in gfs2_glock_async_wait()
1225 timeout += ghs[i].gh_gl->gl_hold_time << 1; in gfs2_glock_async_wait()
1261 gfs2_glock_update_hold_time(ghs[i].gh_gl, in gfs2_glock_async_wait()
1338 struct gfs2_glock *gl = gh->gh_gl; in add_to_queue()
1357 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
1395 gh2->gh_gl->gl_name.ln_type, gh2->gh_state); in add_to_queue()
1399 gh->gh_gl->gl_name.ln_type, gh->gh_state); in add_to_queue()
1415 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_nq()
1461 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq()
1476 gh->gh_gl != sdp->sd_jinode_gl) { in gfs2_glock_dq()
1512 struct gfs2_glock *gl = gh->gh_gl; in gfs2_glock_dq_wait()
1569 const struct lm_lockname *a = &gh_a->gh_gl->gl_name; in glock_compare()
1570 const struct lm_lockname *b = &gh_b->gh_gl->gl_name; in glock_compare()
1576 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()