Searched refs:GLF_DEMOTE (Results 1 – 8 of 8) sorted by relevance
/fs/gfs2/ |
D | glock.c | 621 set_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_set_demote() 629 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake() 631 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake() 895 if (test_bit(GLF_DEMOTE, &gl->gl_flags) && in run_queue() 905 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in run_queue() 1020 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) { in delete_work_func() 1617 return (test_bit(GLF_DEMOTE, &gl->gl_flags) || in needs_demote() 1695 !test_bit(GLF_DEMOTE, &gl->gl_flags) && in __gfs2_glock_dq() 1729 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait() 2358 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str() [all …]
|
D | dentry.c | 97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
D | util.c | 196 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, in signal_our_withdraw()
|
D | incore.h | 320 GLF_DEMOTE = 3, enumerator
|
D | super.c | 939 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode() 1203 test_bit(GLF_DEMOTE, &ip->i_gl->gl_flags), in gfs2_upgrade_iopen_glock()
|
D | glops.c | 702 clear_bit(GLF_DEMOTE, &gl->gl_flags); in nondisk_go_callback()
|
D | trace_gfs2.h | 50 {(1UL << GLF_DEMOTE), "D" }, \
|
D | rgrp.c | 2023 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()
|