Lines Matching defs:ghs
1404 struct gfs2_holder ghs[4], r_gh, rd_gh;
1444 gfs2_holder_init(odip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs);
1447 ghs + num_gh);
1450 gfs2_holder_init(ip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs + num_gh);
1455 ghs + num_gh);
1460 error = gfs2_glock_nq(ghs + x);
1464 error = gfs2_glock_async_wait(num_gh, ghs);
1619 if (gfs2_holder_queued(ghs + x))
1620 gfs2_glock_dq(ghs + x);
1621 gfs2_holder_uninit(ghs + x);
1651 struct gfs2_holder ghs[4], r_gh;
1685 gfs2_holder_init(odip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs);
1688 ghs + num_gh);
1691 gfs2_holder_init(oip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs + num_gh);
1694 gfs2_holder_init(nip->i_gl, LM_ST_EXCLUSIVE, GL_ASYNC, ghs + num_gh);
1698 error = gfs2_glock_nq(ghs + x);
1703 error = gfs2_glock_async_wait(num_gh, ghs);
1769 if (gfs2_holder_queued(ghs + x))
1770 gfs2_glock_dq(ghs + x);
1771 gfs2_holder_uninit(ghs + x);