Lines Matching refs:i_iopen_gh
969 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
970 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
982 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
983 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1194 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1271 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1272 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1273 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1296 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1297 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
1299 gfs2_holder_uninit(&ip->i_iopen_gh); in evict_should_delete()
1441 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1442 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1445 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1446 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1447 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
1450 gfs2_holder_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1471 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_alloc_inode()