Lines Matching refs:i_iopen_gh
973 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
974 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
986 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
987 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1202 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1279 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1280 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1281 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1304 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1305 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
1307 gfs2_holder_uninit(&ip->i_iopen_gh); in evict_should_delete()
1457 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1458 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1461 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1462 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1463 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
1466 gfs2_holder_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1487 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_alloc_inode()