Lines Matching refs:gl
999 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local
1000 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode()
1012 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local
1014 gfs2_glock_hold(gl); in gfs2_drop_inode()
1015 if (queue_work(gfs2_delete_workqueue, &gl->gl_delete) == 0) in gfs2_drop_inode()
1016 gfs2_glock_queue_put(gl); in gfs2_drop_inode()
1143 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages() local
1148 if (atomic_read(&gl->gl_revokes) == 0) { in gfs2_final_release_pages()
1149 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_final_release_pages()
1150 clear_bit(GLF_DIRTY, &gl->gl_flags); in gfs2_final_release_pages()
1211 static void gfs2_glock_put_eventually(struct gfs2_glock *gl) in gfs2_glock_put_eventually() argument
1214 gfs2_glock_queue_put(gl); in gfs2_glock_put_eventually()
1216 gfs2_glock_put(gl); in gfs2_glock_put_eventually()
1380 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode() local
1382 glock_clear_object(gl, ip); in gfs2_evict_inode()
1384 gfs2_glock_hold(gl); in gfs2_evict_inode()
1386 gfs2_glock_put_eventually(gl); in gfs2_evict_inode()