Searched refs:GLF_LOCK (Results 1 – 3 of 3) sorted by relevance
/linux/fs/gfs2/ |
H A D | glock.c | 667 clear_bit(GLF_LOCK, &gl->gl_flags); in finish_xmote() 801 * reply that would otherwise clear GLF_LOCK. So we clear it here. in do_xmote() 804 clear_bit(GLF_LOCK, &gl->gl_flags); in do_xmote() 854 if (test_bit(GLF_LOCK, &gl->gl_flags)) in run_queue() 856 set_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 858 /* While a demote is in progress, the GLF_LOCK flag must be set. */ in run_queue() 888 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 895 clear_bit(GLF_LOCK, &gl->gl_flags); in run_queue() 1496 if (test_bit(GLF_LOCK, &gl->gl_flags)) { in add_to_queue() 1668 test_bit(GLF_LOCK, in gfs2_glock_dq() [all...] |
H A D | incore.h | 315 GLF_LOCK = 1, enumerator
|
H A D | trace_gfs2.h | 49 {(1UL << GLF_LOCK), "l" }, \
|