Lines Matching refs:i_iopen_gh
932 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
933 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
945 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
946 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1158 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1236 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1237 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1238 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1259 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1260 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
1262 gfs2_holder_uninit(&ip->i_iopen_gh); in evict_should_delete()
1404 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1405 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1408 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1409 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1410 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
1413 gfs2_holder_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1434 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_alloc_inode()