Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dfile.c96 struct gfs2_holder d_gh; in gfs2_readdir() local
99 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_readdir()
105 gfs2_glock_dq_uninit(&d_gh); in gfs2_readdir()
Dinode.c288 struct gfs2_holder d_gh; in gfs2_lookupi() local
304 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_lookupi()
321 gfs2_glock_dq_uninit(&d_gh); in gfs2_lookupi()