Searched refs:GLF_DEMOTE (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/gfs2/ |
| H A D | dentry.c | 92 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
|
| H A D | glock.c | 578 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake() 580 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake() 862 if (test_bit(GLF_DEMOTE, &gl->gl_flags) && in run_queue() 874 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in run_queue() 1093 gfs2_set_demote(GLF_DEMOTE, gl); in glock_work_func() 1435 gfs2_set_demote(delay ? GLF_PENDING_DEMOTE : GLF_DEMOTE, gl); in request_demote() 1642 !test_bit(GLF_DEMOTE, &gl->gl_flags) && in __gfs2_glock_dq() 1712 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait() 2316 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str() 2400 if (!test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_dump_glock()
|
| H A D | glock.h | 290 return (test_bit(GLF_DEMOTE, &gl->gl_flags) || in glock_needs_demote()
|
| H A D | util.c | 189 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in signal_our_withdraw()
|
| H A D | incore.h | 317 GLF_DEMOTE = 3, enumerator
|
| H A D | glops.c | 676 clear_bit(GLF_DEMOTE, &gl->gl_flags); in nondisk_go_callback()
|
| H A D | trace_gfs2.h | 50 {(1UL << GLF_DEMOTE), "D" }, \
|
| H A D | rgrp.c | 2021 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()
|