Lines Matching refs:i_iopen_gh
1051 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1052 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1064 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1065 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1276 struct gfs2_holder *gh = &ip->i_iopen_gh; in gfs2_upgrade_iopen_glock()
1353 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in evict_should_delete()
1354 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in evict_should_delete()
1355 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in evict_should_delete()
1378 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in evict_should_delete()
1379 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in evict_should_delete()
1381 gfs2_holder_uninit(&ip->i_iopen_gh); in evict_should_delete()
1530 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1531 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1534 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1535 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1536 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
1539 gfs2_holder_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1553 gfs2_holder_mark_uninitialized(&ip->i_iopen_gh); in gfs2_alloc_inode()