fs/gfs2/glock.c
1610
test_bit(GLF_LOCK, &gl->gl_flags) &&
fs/gfs2/glock.c
1617
wq = bit_waitqueue(&gl->gl_flags, GLF_LOCK);
fs/gfs2/glock.c
1631
clear_and_wake_up_bit(GLF_LOCK, &gl->gl_flags);
fs/gfs2/glock.c
1897
return !test_bit(GLF_LOCK, &gl->gl_flags) &&
fs/gfs2/glock.c
2255
if (test_bit(GLF_LOCK, gflags))
fs/gfs2/glock.c
644
clear_and_wake_up_bit(GLF_LOCK, &gl->gl_flags);
fs/gfs2/glock.c
718
wake_up_bit(&gl->gl_flags, GLF_LOCK);
fs/gfs2/glock.c
761
if (test_bit(GLF_LOCK, &gl->gl_flags))
fs/gfs2/glock.c
783
set_bit(GLF_LOCK, &gl->gl_flags);
fs/gfs2/glock.c
800
set_bit(GLF_LOCK, &gl->gl_flags);
fs/gfs2/trace_gfs2.h
49
{(1UL << GLF_LOCK), "l" }, \