Lines Matching refs:gl
1003 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local
1004 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode()
1016 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local
1018 gfs2_glock_hold(gl); in gfs2_drop_inode()
1019 if (queue_work(gfs2_delete_workqueue, &gl->gl_delete) == 0) in gfs2_drop_inode()
1020 gfs2_glock_queue_put(gl); in gfs2_drop_inode()
1151 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages() local
1156 if (atomic_read(&gl->gl_revokes) == 0) { in gfs2_final_release_pages()
1157 clear_bit(GLF_LFLUSH, &gl->gl_flags); in gfs2_final_release_pages()
1158 clear_bit(GLF_DIRTY, &gl->gl_flags); in gfs2_final_release_pages()
1219 static void gfs2_glock_put_eventually(struct gfs2_glock *gl) in gfs2_glock_put_eventually() argument
1222 gfs2_glock_queue_put(gl); in gfs2_glock_put_eventually()
1224 gfs2_glock_put(gl); in gfs2_glock_put_eventually()
1396 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode() local
1398 glock_clear_object(gl, ip); in gfs2_evict_inode()
1400 gfs2_glock_hold(gl); in gfs2_evict_inode()
1402 gfs2_glock_put_eventually(gl); in gfs2_evict_inode()