Searched refs:sd_journal_gh (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/gfs2/
H A Dutil.c182 if (gfs2_holder_initialized(&sdp->sd_journal_gh)) {
183 gfs2_glock_dq_wait(&sdp->sd_journal_gh);
184 gfs2_holder_uninit(&sdp->sd_journal_gh);
H A Dops_fstype.c782 &sdp->sd_journal_gh);
863 gfs2_holder_initialized(&sdp->sd_journal_gh))
864 gfs2_glock_dq_uninit(&sdp->sd_journal_gh);
H A Dincore.h763 struct gfs2_holder sd_journal_gh; member in struct:gfs2_sbd
H A Dsuper.c631 if (gfs2_holder_initialized(&sdp->sd_journal_gh))
632 gfs2_glock_dq_uninit(&sdp->sd_journal_gh);

Completed in 134 milliseconds