Home
last modified time | relevance | path

Searched refs:d_gh (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/gfs2/
Ddentry.c42 struct gfs2_holder d_gh; in gfs2_drevalidate() local
66 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_drevalidate()
87 gfs2_glock_dq_uninit(&d_gh); in gfs2_drevalidate()
94 gfs2_glock_dq_uninit(&d_gh); in gfs2_drevalidate()
100 gfs2_glock_dq_uninit(&d_gh); in gfs2_drevalidate()
Dinode.c285 struct gfs2_holder d_gh; in gfs2_lookupi() local
289 gfs2_holder_mark_uninitialized(&d_gh); in gfs2_lookupi()
301 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_lookupi()
316 if (gfs2_holder_initialized(&d_gh)) in gfs2_lookupi()
317 gfs2_glock_dq_uninit(&d_gh); in gfs2_lookupi()
Dfile.c109 struct gfs2_holder d_gh; in gfs2_readdir() local
112 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_readdir()
118 gfs2_glock_dq_uninit(&d_gh); in gfs2_readdir()