Searched refs:i_iopen_gh (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/gfs2/
H A Ddentry.c94 if (!gfs2_holder_initialized(&ginode->i_iopen_gh))
97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags))
H A Dsuper.c1030 gfs2_holder_initialized(&ip->i_iopen_gh)) {
1031 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl;
1043 gfs2_holder_initialized(&ip->i_iopen_gh)) {
1044 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl;
1263 struct gfs2_holder *gh = &ip->i_iopen_gh;
1337 glock_clear_object(ip->i_iopen_gh.gh_gl, ip);
1338 ip->i_iopen_gh.gh_flags |= GL_NOCACHE;
1339 gfs2_glock_dq_uninit(&ip->i_iopen_gh);
1360 if (gfs2_holder_initialized(&ip->i_iopen_gh) &&
1361 test_bit(HIF_HOLDER, &ip->i_iopen_gh
[all...]
H A Dmain.c47 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh);
H A Dinode.c156 &ip->i_iopen_gh);
208 glock_set_object(ip->i_iopen_gh.gh_gl, ip);
225 if (gfs2_holder_initialized(&ip->i_iopen_gh))
226 gfs2_glock_dq_uninit(&ip->i_iopen_gh);
762 &ip->i_iopen_gh);
827 gfs2_glock_dq_uninit(&ip->i_iopen_gh);
H A Dincore.h392 struct gfs2_holder i_iopen_gh; member in struct:gfs2_inode
H A Dglock.c2845 gl = GFS2_I(inode)->i_iopen_gh.gh_gl;

Completed in 182 milliseconds