Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Ddentry.c41 struct gfs2_holder d_gh; in gfs2_drevalidate() local
62 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_drevalidate()
71 gfs2_glock_dq_uninit(&d_gh); in gfs2_drevalidate()
H A 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()