Home
last modified time | relevance | path

Searched refs:GLF_DEMOTE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/gfs2/
Dglock.c437 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake()
439 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake()
628 if (test_bit(GLF_DEMOTE, &gl->gl_flags) && in run_queue()
638 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in run_queue()
711 set_bit(GLF_DEMOTE, &gl->gl_flags); in glock_work_func()
964 int bit = delay ? GLF_PENDING_DEMOTE : GLF_DEMOTE; in handle_callback()
1158 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_glock_dq()
1169 !test_bit(GLF_DEMOTE, &gl->gl_flags) && in gfs2_glock_dq()
1182 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait()
1732 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
[all …]
Ddentry.c123 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
Dincore.h339 GLF_DEMOTE = 3, enumerator
Dtrace_gfs2.h50 {(1UL << GLF_DEMOTE), "D" }, \
Drgrp.c1278 int demote_requested = test_bit(GLF_DEMOTE, &gh->gh_gl->gl_flags) | in gfs2_rgrp_go_unlock()
1987 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()
Dsuper.c1329 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode()