Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c473 set_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_set_demote()
481 clear_bit(GLF_DEMOTE, &gl->gl_flags); in gfs2_demote_wake()
483 wake_up_bit(&gl->gl_flags, GLF_DEMOTE); in gfs2_demote_wake()
749 if (test_bit(GLF_DEMOTE, &gl->gl_flags) && in run_queue()
759 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in run_queue()
884 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) { in delete_work_func()
1492 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_glock_dq()
1502 !test_bit(GLF_DEMOTE, &gl->gl_flags) && in gfs2_glock_dq()
1515 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait()
2111 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str()
[all …]
H A Ddentry.c97 if (test_bit(GLF_DEMOTE, &ginode->i_iopen_gh.gh_gl->gl_flags)) in gfs2_dentry_delete()
H A Dutil.c189 wait_on_bit(&i_gl->gl_flags, GLF_DEMOTE, in signal_our_withdraw()
H A Dincore.h339 GLF_DEMOTE = 3, enumerator
H A Dsuper.c971 if (test_bit(GLF_DEMOTE, &gl->gl_flags)) in gfs2_drop_inode()
1230 test_bit(GLF_DEMOTE, &ip->i_gl->gl_flags), in gfs2_upgrade_iopen_glock()
H A Dglops.c713 clear_bit(GLF_DEMOTE, &gl->gl_flags); in nondisk_go_callback()
H A Dtrace_gfs2.h50 {(1UL << GLF_DEMOTE), "D" }, \
H A Drgrp.c1984 !test_bit(GLF_DEMOTE, &gl->gl_flags)) in fast_to_acquire()