Home
last modified time | relevance | path

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

/fs/gfs2/
Dops_dentry.c43 struct gfs2_holder d_gh; in gfs2_drevalidate() local
59 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_drevalidate()
80 gfs2_glock_dq_uninit(&d_gh); in gfs2_drevalidate()
87 gfs2_glock_dq_uninit(&d_gh); in gfs2_drevalidate()
99 gfs2_glock_dq_uninit(&d_gh); in gfs2_drevalidate()
Dops_file.c87 struct gfs2_holder d_gh; in gfs2_readdir() local
91 gfs2_holder_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_readdir()
92 error = gfs2_glock_nq(&d_gh); in gfs2_readdir()
94 gfs2_holder_uninit(&d_gh); in gfs2_readdir()
100 gfs2_glock_dq_uninit(&d_gh); in gfs2_readdir()
Dinode.c485 struct gfs2_holder d_gh; in gfs2_lookupi() local
501 error = gfs2_glock_nq_init(dip->i_gl, LM_ST_SHARED, 0, &d_gh); in gfs2_lookupi()
518 gfs2_glock_dq_uninit(&d_gh); in gfs2_lookupi()