Lines Matching refs:GLF_DEMOTE
345 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake()
347 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake()
527 if (test_bit(GLF_DEMOTE, &gl->gl_flags) && in run_queue()
537 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in run_queue()
611 set_bit(GLF_DEMOTE, &gl->gl_flags); in glock_work_func()
834 int bit = delay ? GLF_PENDING_DEMOTE : GLF_DEMOTE; in handle_callback()
1028 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_glock_dq()
1042 !test_bit(GLF_DEMOTE, &gl->gl_flags) && in gfs2_glock_dq()
1054 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait()
1603 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
1659 if (!test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_dump_glock()