Searched refs:t_gh (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dsuper.c372 struct gfs2_holder t_gh; local
376 error = gfs2_glock_nq_init(sdp->sd_trans_gl, LM_ST_SHARED, 0, &t_gh);
402 gfs2_glock_dq_uninit(&t_gh);
407 t_gh.gh_flags |= GL_NOCACHE;
408 gfs2_glock_dq_uninit(&t_gh);
596 * @t_gh: the hold on the transaction lock
602 struct gfs2_holder *t_gh)
627 GL_NOCACHE, t_gh);
643 gfs2_glock_dq_uninit(t_gh);
760 struct gfs2_holder t_gh; local
601 gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp, struct gfs2_holder *t_gh) argument
[all...]
H A Drecovery.c453 struct gfs2_holder j_gh, ji_gh, t_gh; local
509 GL_NOCACHE, &t_gh);
551 gfs2_glock_dq_uninit(&t_gh);
569 gfs2_glock_dq_uninit(&t_gh);

Completed in 86 milliseconds