Lines Matching refs:i_iopen_gh
1034 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1035 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1047 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1048 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1277 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1361 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1362 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1363 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1384 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1385 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
1387 gfs2_holder_uninit(&ip->i_iopen_gh); in evict_should_delete()
1539 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1540 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1544 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1545 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1567 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_alloc_inode()