Lines Matching refs:i_iopen_gh

998 	    gfs2_holder_initialized(&ip->i_iopen_gh)) {  in gfs2_drop_inode()
999 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1011 gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_drop_inode()
1012 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode()
1270 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode()
1271 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1272 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1293 if (gfs2_holder_initialized(&ip->i_iopen_gh) && in gfs2_evict_inode()
1294 test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1295 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1296 gfs2_glock_dq_wait(&ip->i_iopen_gh); in gfs2_evict_inode()
1298 &ip->i_iopen_gh); in gfs2_evict_inode()
1299 error = gfs2_glock_nq(&ip->i_iopen_gh); in gfs2_evict_inode()
1354 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1355 glock_clear_object(ip->i_iopen_gh.gh_gl, ip); in gfs2_evict_inode()
1356 if (test_bit(HIF_HOLDER, &ip->i_iopen_gh.gh_iflags)) { in gfs2_evict_inode()
1357 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1358 gfs2_glock_dq(&ip->i_iopen_gh); in gfs2_evict_inode()
1360 gfs2_holder_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()
1379 if (gfs2_holder_initialized(&ip->i_iopen_gh)) { in gfs2_evict_inode()
1380 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode()
1383 ip->i_iopen_gh.gh_flags |= GL_NOCACHE; in gfs2_evict_inode()
1385 gfs2_glock_dq_uninit(&ip->i_iopen_gh); in gfs2_evict_inode()