Lines Matching refs:i_iopen_gh

1327 	    gfs2_holder_initialized(&ip->i_iopen_gh)) {  in gfs2_drop_inode()
1328 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1340 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1341 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1599 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode()
1600 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1601 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1622 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in gfs2_evict_inode()
1623 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1624 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1625 gfs2_glock_dq_wait(&ip->i_iopen_gh); in gfs2_evict_inode()
1627 &ip->i_iopen_gh); in gfs2_evict_inode()
1628 error = gfs2_glock_nq(&ip->i_iopen_gh); in gfs2_evict_inode()
1687 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1688 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode()
1689 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1690 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1691 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
1693 gfs2_holder_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1713 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1714 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1717 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1719 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()