Searched refs:GLF_DEMOTE (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | glock.c | 406 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake() 408 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake() 588 if (test_bit(GLF_DEMOTE, &gl->gl_flags) && in run_queue() 598 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in run_queue() 672 set_bit(GLF_DEMOTE, &gl->gl_flags); in glock_work_func() 882 int bit = delay ? GLF_PENDING_DEMOTE : GLF_DEMOTE; in handle_callback() 1076 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_glock_dq() 1089 !test_bit(GLF_DEMOTE, &gl->gl_flags) && in gfs2_glock_dq() 1101 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait() 1655 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str() [all …]
|
D | dentry.c | 123 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
D | incore.h | 312 GLF_DEMOTE = 3, enumerator
|
D | trace_gfs2.h | 48 {(1UL << GLF_DEMOTE), "D" }, \
|
D | super.c | 1304 if (gl && test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode()
|
D | rgrp.c | 1937 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()
|