Lines Matching refs:i_iopen_gh
931 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
932 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
944 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
945 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1157 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1235 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1236 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1237 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1260 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1261 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
1263 gfs2_holder_uninit(&ip->i_iopen_gh); in evict_should_delete()
1412 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1413 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1416 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1417 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1418 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
1421 gfs2_holder_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1435 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_alloc_inode()